@charset "utf-8";
html,body{
	height: 100%;
}
body{
	background: #ececee;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
}
/* reset */ ul, li, p, a, img, form{	border: 0;	list-style: none;	margin: 0;	padding: 0; }
a{
	color: #EB7E08;
}
a:hover{
	color: #9F528E;
}

::-moz-selection{
	background-color: #B68694;
	color: #fff;
}
::selection {
	background-color: #B68694;
	color: #fff;
}

#marcaflash{
	position: absolute;
	width: 190px;
	height: 110px;
	top: 5px;
	left: 50%;
	margin: 0 0 0 -440px;
	z-index: 5000;
}
		
#cabfondo{
	background: url(imgs/cab_fondo.gif) repeat-x center center;
	height: 259px;
}
#cab{
	position: relative;
	background: url(imgs/cab.jpg) repeat-x center center;
	width: 980px;
	height: 259px;
	margin: 0 auto;
}
#panel{
	background: url(imgs/fondo.gif) repeat-y center center;
	width: 980px;
	min-height: 150px;
	margin: 0 auto;
}
	#panelin{
		padding: 0 76px 10px 76px;	
		overflow: auto;
	}
#pie{
	background: #ececee url(imgs/finpanel.gif) no-repeat center top;
	width: 980px;
	height: 140px;
	margin: 0 auto;
}
	.piedivisor{
		border-left: 1px solid #999;
		margin: 40px 8px 0 0;
		width: 1px;
		height: 65px;
		float: right;
	}
	.pie_dir{
		background: url(imgs/ico_casa.gif) no-repeat 0 0;
		margin: 40px 0 0 70px;
		padding: 7px 0 5px 35px;
		width: 375px;
		color: #777;
		font-size: 11px;
		float: left;
		clear: left;
	}
	.pie_eml{
		background: url(imgs/ico_sobre.gif) no-repeat 0 0;
		margin: 5px 0 0 70px;
		padding: 7px 0 5px 35px;
		width: 375px;
		color: #777;
		font-size: 11px;
		float: left;
		clear: left;
	}
	.pie_tel{
		background: url(imgs/ico_tel.gif) no-repeat 0 0;
		margin: 40px 70px 0  0 ;
		padding: 3px 0 5px 35px;
		width: 375px;
		color: #EB7E08;
		font-size: 18px;
		font-style: italic;
		float: right;
	}
	
#botonera{
	position: relative;
	width: 606px;
	height: 40px;
	margin: 0 auto;
	padding: 127px 0 0 0 ;
}
#botonera a{
	float: left;
	display: block;
	padding: 5px 16px 4px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border-bottom: none;
	text-decoration: none;
}
#botonera a:hover{
	border-bottom: 4px solid #Fc8;
}
#botonera a:active{
	color: #Fc8;
}
#botonera a.selec{
	border-bottom: 4px solid #Fc8;
}


h2{
	color: #EB7E08;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h3{
	color: #EB7E08;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
h4{
	color: #97725A; /* #EB7E08; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin: 0;
	padding: 0;
}
h3 a{
	color: #EB7E08;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
}

p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


.cont_home{
	border-bottom: 1px solid #Fc3;
	font-style: italic;
	overflow: auto;
	padding: 0 0 30px 0;
}
	.cont_home h2{
		width: 380px;
		float: left;
	}
	.cont_home p{
		display: block;
		float: left;
		width: 390px;
		font-size: 13px;
		color: #555;
	}
	.cont_home img{
		display: block;
		float: right;
	}
	
.cont_modulito{
	float: left;
	width: 194px;
}
	.mod_noticia h3{
		border-bottom: 1px solid #C7B29A;
		padding: 4px 0;
		margin: 6px 0;
	}
	.mod_noticia p{
		font-size: 11px;
		line-height: 14px;
		color: #777;
		border-bottom: 1px solid #C7B29A;
		padding: 6px 0;
	}
	
	.mod_marcas h3, .mod_videos h3{
		color: #3E3D40;
		font-weight: normal;
		padding: 4px 0;
		margin: 6px 0;
	}
	.mod_noticia p{
		font-size: 11px;
		line-height: 14px;
		color: #777;
		border-bottom: 1px solid #C7B29A;
		padding: 6px 0;
	}
#video_holder{
	font-size: 11px;
	color: #999;
}
.mod_videos ul{
	margin: 10px 0 0 0;
}
.mod_videos li{
	display: block;
	float: left;
	clear: both; 
	font-size: 11px;
	color: #3E3D40;
	padding: 0 12px 0 0;
	background: url(imgs/flechita.gif) no-repeat right 5px;
	cursor: pointer;
}
.mod_videos li:hover, .mod_videos li.selec{
	color: #EB7E08;
}
	
.medianil{
	margin-right: 17px;
}
.modcontenedor{
	overflow: auto;
}
.cont_modx3{
	float: left;
	width: 262px;
	font-size: 11px;
}
	.cont_modx3 h3{
		border-bottom: 1px solid #C7B29A;
		font-size: 18px;
		text-transform: uppercase;
		padding: 0 0 4px 0;
		margin: 0 0 5px 0;
	}
	.cont_modx3 h4{
		border-bottom: 1px solid #C7B29A;
		text-transform: uppercase;
		min-height:28px;
		padding: 0 0 4px 0;
		margin: 0 0 6px 0;
	}
	.cont_modx3 p{
		font-size: 11px;
		line-height: 14px;
		color: #777;
		padding: 6px 0;
	}
	
.post_opciones{
	border-top: 1px solid #C7B29A;
	border-bottom: 1px solid #C7B29A;
	padding: 2px 0;
}
	.post_opciones a{
		display: block;
		width: 29px;
		height: 25px;
		float: right;
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	.post_opciones a:hover{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.post_opciones a.print{ background: url(imgs/ico_print.gif) no-repeat 0 0; }
	.post_opciones a.enviar{ background: url(imgs/ico_enviar.gif) no-repeat 0 0; }
	.post_opciones a.papel{ background: url(imgs/ico_papel.gif) no-repeat 0 0; }
	
	.post_linkrel{
		text-align: right;
		font-size: 11px;
		float:right;
	}
	.post_linkrel a{
		display: block;
		background: url(imgs/flechita.gif) no-repeat right 7px;
		padding: 2px 10px 2px 0;
		text-decoration: none;
	}
	.post_linkrel a:hover{
		text-decoration: underline;
	}
	
	
	
.noticia_opciones{
	border-bottom: 1px solid #C7B29A;
	padding: 2px ;
	overflow: auto;
}
	.noticia_opciones a{
		display: block;
		width: 29px;
		height: 25px;
		float: right;
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	.noticia_opciones a:hover{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.noticia_opciones a.print{ background: url(imgs/ico_print.gif) no-repeat 0 0; }
	.noticia_opciones a.enviar{ background: url(imgs/ico_enviar.gif) no-repeat 0 0; }
	.noticia_opciones a.papel{ background: url(imgs/ico_papel.gif) no-repeat 0 0; }
	
.empresa{
	border-bottom: 1px solid #C7B29A;
	margin: 0 0 12px 0;
	padding: 0 0 4px 0;
}
	.empresa p{
		font-size: 13px;
		line-height: 16px;
		color: #777;
		margin: 0 0 9px 0;
	}
	.empresa strong{
		color: #EB7E08;
		font-weight: normal;
	}
	.empresa h3{
		margin: 0 0 10px 0;
	}
	.empresa ul{
		margin: -6px 0 9px 0;
	}
	.empresa li{
		font-size: 13px;
		line-height: 16px;
		color: #777;
		background: url(imgs/li.gif) no-repeat 2px 4px;
		padding: 0 0 0 14px;
	}
	
	
.noticia{
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 13px;
	color: #777;
	width: 400px;
	float: left;
	clear: left;
}
.servicio{
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 13px;
	color: #777;
	width: 100%;
	float: left;
	clear: left;
}
	.noticia p{
		font-size: 13px;
		line-height: 16px;
		margin: 0 0 9px 0;
	}
	.noticia h3{
		margin: 0 0 10px 0;
	}
	.noticia .destacado{
		color: #9F528E;
		font-weight: normal;
	}
	.noticia .titular{
		display: block;
		color: #EB7E08;
		margin: 4px 0;
	}
	
	.noticia_foto{
		float: right;
		clear: both;
		margin-bottom: 10px;
	}
	
	.in_noticia{
		border-bottom: 1px solid #C7B29A;
		padding: 4px 0;
	}
	.in_noticia p{
		margin: 0 0 11px 0
	}
	.in_noticia b{
		background-color: #FFF3DE;
		color: #DB6E18;
		padding: 0 2px;
		font-size: 12px;
		line-height: 16px;
	}
	.fecha{
		padding: 4px 0;
		font-size: 11px;
		color: #999;
		clear: both;
		float: left;
		text-align: right;
	}
	.noticia.fecha{
		width: 400px;
	}

.cont_modtacto{
	float: left;
	width: 530px;
}	
	.cont_modtacto form{
		display: block;
		width: 530px;
	}	
	.campo{
		display: block;
		float: right;
		width: 450px;
		padding: 3px 6px 1px 6px;
		margin: 0 0 4px 0;
		background-color: #FFF;
		border: 1px solid #fff;
		border-bottom: 1px solid #C7B29A;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #555;
	}	
	.campo:hover {
		background-color: #f9f8f6;
	}	
	.campo:focus {
		border-bottom: 1px solid #EB7E08;
	}	
	.etiq{
		display: block;
		float: left;
		width: 40px;
		padding: 4px 6px 2px 6px;
		margin: 0 0 4px 0;
		background-color: #FFF;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #999;
	}	
	textarea.campo{
		overflow: auto;
		height: 110px;
	}
	.boton{
		display: block;
		float: right;
		clear: both;
		background-color: #fff;
		border: 1px solid #fff;
		color: #EB7E08;
		padding: 1px 6px 1px 6px;
		margin: 0;
		cursor: pointer;
		-moz-border-radius: 1px;
	}
	.boton:hover{
		background-color: #f9f8f6;
		border: 1px solid #C7B29A;
	}
	.boton:active{
		border: 1px solid #EB7E08;
		color: #C7B29A;
	}
	
.box {
    margin: 5px;
    padding: 5px;
    background: #ccc;
    border-radius: 5px;
    font-size: 11px;
    float: left;
}






#ventana{
	position: fixed;
	left: 50%;
	top: 40%;
	margin: -80px 0 0 -170px;
	width: 360px;
	background: #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	webkit-border-radius: 3px;
	-moz-box-shadow: 0 3px 7px #666;
	webkit-box-shadow: 0 3px 7px #666;
	z-index: 999;
}
	#ventana form {
		margin: 0;
		padding: 20px;
		overflow: auto;
	}
	#ventana p {
		display: block;
		padding: 2px 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #333;
	}
	#ventana label {
		display: block;
		padding: 6px 0 2px 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666;
	}
	.enviacampo{
		display: block;
		width: 312px;
		background: #fff;
		border: 1px solid #999;
		padding: 2px 3px;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333;
		-moz-border-radius: 2px;
		webkit-border-radius: 2px;
	}
	.enviacampo:focus{
		border: 1px solid #666;
	}
	textarea.enviacampo{
		overflow: auto;
		height: 50px;
	}
	.enviaboton{
		display: block;
		float: right;
		background: #ddd;
		border: 1px solid #999;
		padding: 1px 5px;
		margin: 8px 6px 0 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333;
		-moz-border-radius: 2px;
		webkit-border-radius: 2px;
		-moz-box-shadow: inset 0 10px 5px #fff;
		webkit-box-shadow: inset 0 10px 5px #fff;
		cursor: pointer;
	}
	.enviaboton:hover{
		background: #eee;
	}
	.enviaboton:active{
		-moz-box-shadow: inset 0 7px 5px #ccc;
		webkit-box-shadow: inset 0 7px 5px #ccc;
	}
	#enviares{
		display: block;
		float: left;
		width: 170px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #eb7e08;
		margin: 10px 0 0 0;
	}






.repres_col{
	width: 163px;
	text-align: left;
	vertical-align: top;
}
.repres_col.conborde{
	border-right: 1px solid #E7DAD5;
}
.repres_col img{
	margin: 0 0 15px 0;
}
.repres_col h4{
	margin: 0 8px 4px;
}
.repres_col p{
	margin: 0 8px 15px;
	font-size: 11px;
	color: #777;
}
