/*****CLEARFIX*****/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
body{ margin:0; padding:0; color:#636363;}
/*****CLEARFIX*****/
/*****TEXT INDENT TRICK ERROR*******/
*:focus {
        outline: 0;
}
*:focus { outline: none; }
*::-moz-focus-inner { border: none;}
/*****TEXT INDENT TRICK ERROR*******/


.page{
	margin:0 auto;
	width:950px;
	font-family:arial;
}

/*****CABECERA*****/
h1, span#mision{ text-indent:-9999px; }
h1 a{
	background: #fff url(../images/logo.jpg) no-repeat 0 0;
	display:block;
	width:338px;/*294px;*/
	height:47px;
}
#header{ height:80px; overflow:hidden; }

/*****CUERPO*****/
#main{ border-bottom: 1px dashed #7C7C7C; }
div.col{
	float:left;
	width:301px;
	position:relative;
	height:600px;
	min-height:600px;
}
.col .col-image{ height:304px; overflow:hidden; }
.col .col-image img{ border:0; }
.col.col1{ margin-right:11px; }
.col.col3{ margin-left:11px; }
.col.col2{
	width:323px;
	border-left:1px dashed #7C7C7C;
	border-right:1px dashed #7C7C7C;
}
.col2_content{
	width:301px;
	margin-left:11px;
}
p.col{
	text-align:justify;
	font-size:14px;
}
.col .col-button{ 
	text-align:center; 
	position:absolute;
	bottom:10px;
	width:100%;
}
.col .col-button a{
	background:#fff url(../images/botonMeInteresa.jpg) no-repeat 0 0;
	font-size:10px;
	color:black;
	font-weight:bolder;
	padding:6px 27px 6px 4px;
	text-decoration:none;
	display:inline-block;
}

/*****MENU PRIMARIO*****/
.menu-h{padding:0;}	
.menu-h li{
	display: inline;
}
.menu-h a.active{ font-weight:bold; }
#nav ul{
	background:#fff url(../images/fondoBotonGris.jpg) repeat-x 0 0;
	height:52px;
	/*padding-left:4px;*/
	border-radius:6px 6px 0 0;
	-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	margin-bottom:5px;
	margin-left:0;
}
#nav .menu-h li{
	background:transparent url(../images/lineaDelimitadoraBotones.jpg) no-repeat top right;
	/*margin-left:-4px;*/
	display:block;
	float:left;
}
#nav ul li.last{background:none;}
#nav ul li.last a{margin-right:0; width:80px; border-radius:0 6px 0 0; -border-radius:0 6px 0 0; -moz-border-radius:0 6px 0 0; }
#nav ul li.first a{ -moz-border-radius:6px 0 0 0; border-radius:6px 0 0 0; -border-radius:6px 0 0 0; }
#nav a{
	color:#fff;
	text-decoration:none;
	padding:17px 25px;
	margin-right:3px;
	display:block;
}
#nav a.active{ font-weight:normal; }
#nav a.active,
#nav a:hover {
	background:transparent url(../images/fondoBoton.jpg) repeat-x 0 0;
	text-decoration:none;
	color:#fff;
}

/*****MENU SECUNDARIO*****/
#teaser{
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	font-size: 14px;
	padding-left: 20px; 
	margin-bottom:20px;
}
#teaser ul{ margin:8px 0; }
#teaser .menu-h li{ margin-right: 30px; }
#teaser a{ 
	color: #7C7C7C;
	text-decoration:none;
	padding: 1px 8px;
	-moz-border-radius:6px;
	-border-radius:6px;
	border-radius:6px;
}
#teaser a.active,
#teaser a:hover{
	background-color:#F26520;
	color:#fff;
}


/*****MENU FOOTER*****/
#footer{
	text-align:right;
	margin-top:50px;
}
#footer li{ border-right: 1px solid #7c7c7c; }
#footer li.last{ border-right:0; }
#footer li.last a{ padding-right:0; }
#footer a{ 
	text-transform:uppercase;
	color: #7C7C7C;
	text-decoration:none;
	padding: 3px 20px 3px 16px;
	font-size:12px;
}
#footer a:hover{ text-decoration:underline; } 

/***********TRABAJOS************/
#trabajos div.col, #diseno div.col{ height: auto; min-height:0; }
#trabajos .col-row, #diseno .col-row{ border-bottom:1px dashed #7C7C7C; }
#trabajos .col h2,
#diseno .col h2{
	font-size:18px;
	margin: 5px 0;
}
#trabajos .col h2 a:hover{ text-decoration:underline; }
#trabajos .col h2 a{ text-decoration:none; color:#636363; }
#trabajos .t-icons img{ border:0; }
#trabajos .col-image img, #diseno .col-image img{ width:301px; }

/**************PRESUPUESTO CONTACTO****************/
#form-text{
	float:left;
	width: 625px;
	margin-right: 10px;
	padding:0;
}
#form-text div{
	background:#F1F8FF;
	height:369px;
	padding:20px 30px;
}
#form-text div.contacto{ background-color:#FEF7ED; }
#form-content{
	float:right;
	width:314px;
}
#fields{
	border-left: 1px dashed #7C7C7C;
	margin:0;
	padding:0;
}
#fields div{
	background: #C7E7FE;
	margin-left: 10px;
	padding: 10px;
}
#fields div.contacto{ background-color:#FDE4BC; }

#form h2{ color:#F26520; }
fieldset{ border:0; }
#form input,
#form textarea{
	display:block;
	width:98%;
	margin-bottom:20px;
}
#form #fields textarea{ margin-bottom:5px; }
#form #submit{
	float:right;
	background:url("../images/fnd_boton.jpg") no-repeat scroll 0 0 transparent;
	border:0 none;
	font-family:arial;
	font-size:11px;
	font-weight:bolder;
	height:21px;
	width:81px;
}
div.message, div.errors{
	margin:10px;
	padding:20px;
}
div.message{
	border:1px solid green;
	color:green;
}
div.errors{
	border:1px solid red;
	color:red;
}
div.errors ul{
	margin:0;
	padding-left:20px;
}

/****************INFORMACION*****************/
.diseno-web{ clear:both; border-bottom: 1px dashed #7C7C7C; }
.col-little, .col-big{ float:left; }
.col-big{ width:65%; }

/*
#quienes .col-little, #porque .col-little{ margin-right:10px; }
#quienes .col-big, #porque .col-big{ border-left: 1px dashed #7C7C7C; }
#quienes .col-big-content, #porque .col-big-content{ margin-left:10px; }

#que .col-little{ margin-left:10px; }
#que .col-big{ border-right: 1px dashed #7C7C7C; }
#que .col-big-content{ margin-right:10px; }

#porque .col-little{ margin-top: 10px; }
*/

.diseno-web .col-little{ border-right:1px dashed #7C7C7C; }
.diseno-web .col-big-content{ margin-left:10px; }

#info .diseno-web .col-little{ margin-right:10px; border:0; }
#info .diseno-web .col-big{ border-left:1px dashed #7C7C7C; }
#info .diseno-web .col-big-content{ margin-left:10px; }
#que .col-little{ margin-top:90px; }
#porque .col-little{ margin-top:60px; }