/* CSS Conalca */

/* Estilos especificos del web */

* { margin:0px; padding:0px;}
*, html { margin:0px; padding:0px; font:normal 100% Arial, Helvetica, sans-serif;}
strong { font:bold 100% Arial, Helvetica, sans-serif;}
li { list-style-type:none;}

body {
	margin:0px;
	padding:0px;
	color:#333;
	font:90% Tahoma, Arial, Verdana;
	background:#fff url(../img/fondo.gif) center top repeat-x;	
	
}

h1 { color:#FFFFFF; margin-top:5px;}
h3 { 
	font: italic 150% Georgia, "Times New Roman", Times, serif; 
}
h4 { color:#6192b8;}

h5 { font:normal 140% Arial, Helvetica, sans-serif; margin:15px 0 10px 0px; color:#999;}

p {
	margin:0px 0 10px;
	line-height:140%;
}

a{ color:#ccc; text-decoration:none;}
/*a:link{	color:#ccc;}
a:visited{ color:#ccc;}
a:active{ color:#a6a15d;}
a:focus{ color:#a6a15d;}*/
a:hover { color:#666;}

img { border-style:none;}
.clear {clear: both; font:0.01em tahoma, Verdana, Arial, Helvetica;}
noscript p{ clear:both; margin: 20px auto; width:950px; display:block; color:#fff; clear:both;}


/*-- Estilos para la Home --*/


#contenedor {
	width:975px;
	padding:5px 15px 15px;
	margin:0px auto 0;
	background:url(../img/fondo-top.gif) left 80px no-repeat;
	color:#ccc;
}

#head { 
	float:left;
	width:215px;
	height:685px;
	border-bottom:15px solid #eee;
}

#head ul{ margin:35px 0 0 0px; width:225px; position:absolute;}
#head li {
	margin:0px 0 20px;
	font:bold 110% Arial, Helvetica, sans-serif;
	color:#352d1b;
	list-style:none;
	background:url(../img/separador-menu.gif) left bottom no-repeat;
	padding:0px 30px 20px 0px;
	text-align:right;
	border-bottom:1px dotted #fff;
}
#head li a {color:#fff; display:block; font-weight:bold;}
#head li a:hover { color:#6192b8;}
#head .current { border-bottom:1px solid #6192b8; color:#6192b8; font-weight:bold; }

#head .ubicacion { margin:340px 25px 0 0px; text-align:right; color:#fff;}
#head .ubicacion p, address { color:#fff; margin-bottom:8px;}

.img-home {
	width:755px;
	float:left;
	font:normal 100% Arial, Helvetica, sans-serif;
}
.submenu { float:right; width:150px; border-right:1px dotted #ccc; padding-bottom:8px;}
.submenu li { float:left; list-style-type:none; color:#bf666d; margin:0 3px;}
.submenu li a { color:#ccc; font-size:80%;}

.top { margin:0 15px 0px 0px; text-align:right; height:82px;}
.top h2 { text-align:right; color:#003762; font-size:150%; margin:15px 5px 0 0;}
.top h2 span{ display:block; color:#6192b8; font-size:80%; display:block; margin-bottom:20px;}

.menu { text-align:right; width:285px; float:right; margin-top:5px;}
.menu li { list-style-type:none; float:left; border-left:1px solid #0a8bc2; margin:2px 0 0;}
.menu li a{ color:#0a8bc2; padding:5px; font-size:90%; text-decoration:underline;}
.menu li a:hover { color:#000;}
.menu .current { background-color:#000; color:#fff; font-weight:bold; padding:5px 10px;}

.menu .sin { padding-right:0px; border-right-style:none;}

.contenido { background:url(../img/fondo-contenido.png) 1px top repeat-y; min-height:605px; padding:0 0 0 21px;}


 
/*---- Paginas interior ---------- */
h3 { margin-bottom:20px; display:block; background-color:#6192b8; padding:15px 20px; margin-right:28px; color:#fff;}
.pag-int{ margin:10px 20px 0px 35px; width:390px; float:left; padding-bottom:10px;}
	.pag-int p, .pag-int2 p, .pag-int2 li { color:#313131; font-size:95%; line-height:150%;}
	.pag-int2 h4 { font-size:140%; margin-bottom:8px; }
	.pag-int2 ul { margin:10px 0;}
	.pag-int2 li { background:url(../img/ico-flecha-gr.gif) left 6px no-repeat; padding-left:8px;}
.foto { float:right; width:210px; margin:6px 35px 15px 0;}
.foto p { color:#313131; margin:0 12px;}
.foto p a { color:#0a8bc2; text-decoration:underline; m}

.pag-int2{ margin:10px 20px 0px 35px; width:88%; padding-bottom:10px;}

.catalogo { margin:0 40px 0 20px;}
.catalogo ol { width:200px; float:left; margin-top:5px;}
.catalogo ol li { color:#000; font:italic 120% Georgia, "Times New Roman", Times, serif; background: url(../img/ico-fle-ne.jpg) left center no-repeat; line-height:160%; padding-left:15px;}
.catalogo ul { width:450px; float:right; }
.catalogo ul li { border:1px solid #e2e7ee; padding:3px; width:80px; height:64px; float:left; margin:0 10px 10px 0;}

/* -- Formulario -- */

/*estilos de formulario */

#formulario { width:100%; font-size:90%; }
#formulario h3{ display:block; margin:0px 0px 10px 0px; }
label { display:block; line-height:120%; margin:0 0 2px 30px; color:#313131;}

input, textarea{
	border-style:none;
	border-bottom:1px solid #999;
	padding:1px;
	color:#000;
	font:100% Tahoma, "Trebuchet MS", Arial, Verdana;
	width:85%;
	background-color:#eee;
	margin:0 0 3px 30px;	
	list-style-type:none
}
textarea{
	height:50px;
	margin-bottom:10px;	
}

.boton{
	width:80px;
	color:#666;
	background-color:#e5e5e5;
	border:1px solid #ccc;
	display:block;
	margin:20px 0px 8px 140px;
	cursor:pointer;
	padding:2px 0;
}

.boton:hover{
	background-color:#666;
	color:#fff;
	border:1px solid #333;
}
.check {
	margin-right:5px;
	clear:both;
	width:15px;
	border-style:none;
	float:left;
	color:#ccc;
	
}

#formulario a {
	color:#0a8bc2;
	border-bottom:1px dashed #0a8bc2;
	text-decoration:none;
}
#formulario a:hover {
	border-bottom:1px solid #0a8bc2;
}

.gracias {
	width:90%;
	background-color: #eaeaea;
	border:1px solid #ccc;
	font:90% Tahoma, Arial, Verdana;
}
.gracias a { display:block;	margin:10px 0; text-decoration:underline;}
.gracias a:hover { color:#cc0000;}



/* -- Pie -- */

#pie {
	background: url(../img/fondo-pie.gif) right top no-repeat;
	margin-right:7px;
	font:85% Tahoma, Verdana, Arial, Helvetica;
	color:#333;
	padding:40px 15px 8px 230px;
	/*line-height:100%;*/
	clear:both;
}

#pie ul { float:right; }
#pie li { display:inline; list-style:none; padding-bottom:3px; font:normal 90% Tahoma, Arial, Verdana;}
#pie a{ color:#333;}
#pie a:hover{ text-decoration:underline;}

/*--- Estilos jquery home --- */

#wrap {

	height:195px; 
	overflow:hidden;
	margin:8px 28px 0px 0;
	background-color:#e2e7ee;
}


