@charset "utf-8";
/* CSS Document */

body {
	background:url(img/bg_x.jpg) top repeat-x #cae1fe;
	margin:0;
}
#loading {
	width:500px;
	height:100px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	margin:200px auto 0 auto;
}
.box {
	width:980px;
	height:auto;
	margin:0 auto 0 auto;
	visibility:hidden;
}
.clearfloat {
	clear:both;
    height: 10px;
    font-size: 1px;
    line-height: 0px;
}
.header {
	width:980px;
	height:200px;
	float:left;
}
.header img {
	margin-left:5px;
	margin-top:20px;
}
.menu {
	width:500px;
	height:25px;
	font-family:tahoma;
	font-size:16px;
	color:white;
	font-weight:bold;
	float:right;
	margin-top:120px;
	margin-right:50px;
	word-spacing:20px;
	text-align:center;
}
.menu a {
	color:white;
	text-decoration:none;
}
.menu :hover {
	color:#CF0;
	text-decoration:none;
}
.contenido {
	width:980px;
	height:500px;
	float:left;
	border:1px dashed #09C;
}

/* footer */
.footer {
	margin-top:50px;
	margin-left:0px;
	width:100%;
	height:200px;
	background:#79adf9;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
.rights {
	width:600px;
	height:30px;
	padding:30px;
	text-align:center;
	margin:0 auto 0 auto;
}
/* servicios */
.servicios_show {
	width:970px;
	height:400px;
	float:left;
	margin:0 auto 0 auto;
}
.servicios_menu {
	width:970px;
	height:53px;
	float:left;
	margin:19px auto 0 auto;
}
.servicios_menu_1 {
	width:291px;
	height:53px;
	float:left;
}
.servicios_menu_2 {
	width:291px;
	height:53px;
	margin-left:48px;
	margin-right:48px;
	float:left;
}
.servicios_menu_3 {
	width:291px;
	height:53px;
	float:right;
}

.servicios_diseno_web {
	width:970px;
	height:400px;
	background:#06C;
	float:left;
}


/* contacto ////////////////////////////////////////////////*/
.contacto_text {
	width:400px;
	height:400px;
	float:left;
	margin:20px 0 0 100px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	background:url(img/cloud.png) no-repeat;
}
.form_contact {
	width:260px;
	height:500px;
	float:right;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-right:100px;
}
.mandatory {
	color:#FF3;
	font-size:20px;
}
.form_contact input {
	border:1px solid #c4dcfe;
	background:#80b4fc;
	width:250px;
	color:#FFF;
	padding:3px;
	margin-bottom:5px;
	margin-top:3px;
	-moz-border-radius: 10px;
     -webkit-border-radius: 10px;
}
.form_textarea {
	width:250px;
	height:100px;
	-moz-border-radius: 10px;
     -webkit-border-radius: 10px;
	 border:1px solid #c4dcfe;
	background:#80b4fc;
	color:#FFF;
	padding:5px;
	margin-bottom:10px;
}
/*////////////////////// ACERCA DE //////////////*/
.about {
	width:400px;
	height:350px;
	float:left;
	margin:10px 0 0 100px;
	color:white;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
}
/*////////////////////// ACERCA DE //////////////*/