html{
	color:#FFFFFF; 
	margin: 0px;
	padding: 0px;
}

body {
	margin:0px;
	padding: 0px;
	/*background-image:url(../img/fondo_html.jpg);
	background-position:top left;
	background-repeat:repeat-x;*/
	background-color:#4d667c;
}

#container {
	margin: 10px 0px 0px 0px;
	text-align: center;
	padding:0px;
}

#centrado {
	margin: 0px auto;
	text-align:left;
	width:770px;
}

#enlaces{
	/*width:772px;
	height:42px;
	margin-left:0px;
	margin-bottom:0px;
	background-image:url(../img/fondo_enlaces.jpg);
	background-position:top left;
	background-repeat:repeat;
	border:1px solid white;*/
}
#cuerpo_enlaces{
}

#iconos{	
	width:54px;
	height:17px;
}

#folio1{
	border:1px solid #948885;
	width: 770px;
	height:243px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #948885;
}

#cuerpo1{
	margin:5px 5px 5px 5px;
	width:760px;
	height:233px;
}

#separacion{
height:5px;
margin:0px;
padding:0px;
}

#folio2{
	border:1px solid #AAAAB0;
	width: 770px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	background-color: #AAAAB0;

}

#cuerpo2{
	margin:5px 5px 5px 5px;
	width:760px;
	background-color:#AAAAB0;
	/*background-image:url(../img/fondo_cuerpo.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
}


#cabecera{
	float:left;
	width:760px;
	height:233px;
	background-image:url(../img/cabacera1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#menu{
margin:0px 0px 0px 0px;
padding:4px 0px 0px 0px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-align:left;
color:#ffffff;
width:200px;
height:390px;
/*background-image:url(../img/fondo_menu2.jpg);
background-position:top right;
background-repeat:no-repeat;*/
float:left;
}
#menu p {
margin: 5px 0px 0px 25px;
padding:0px 0px 0px 0px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
width:150px;
height:25px;
cursor:pointer;
font-weight:bold;
}

#menu a {margin-left:10px;color:#000000; text-decoration:none;}
#menu a:link { }
#menu a:visited { }
#menu a:active { }
#menu a:hover { }

#contenido{
	width:555px;
	margin-left:200px;
	padding-top: 30px;
}

#noticias{
margin:0px 0px 5px 522px;
width:235px;
height:400px;
background-image:url(../img/noticias.jpg);
background-position:top left;
background-repeat:no-repeat;
}
.texto{
margin:5px 10px 15px 10px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
text-align:left;
}

.texto_producto{
margin:5px 10px 15px 10px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#484B4B;
text-align:left;
}

.texto_izqda{
margin:5px 10px 15px 10px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#B1A9A7;
text-align:right;
}

#contenido a {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#EB5650;
	text-decoration:none;
	font-weight:bold;}
#contenido a:link { }
#contenido a:visited { }
#contenido a:active { }
#contenido a:hover {color:#EB5650;font-weight:bold; }

#contenido ul{
	margin:10px 10px 10px 35px;
}

#pie{
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
clear:both;
background-color:#484B4B;
border-top:1px solid #666666;
}
#pie p{
margin: 2px 5px 0px 0px;
text-align:center;
}

#pie a { color:#ffffff; text-decoration:none; }
#pie a:link { }
#pie a:visited { }
#pie a:active { }
#pie a:hover { color:#ffffff; text-decoration:underline; }

li{
list-style-type:square;
margin:5px 0px 5px 0px;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
text-align:left;
}

input{
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#484B4B;
text-align:left;
font-weight:bold;
border:1px solid #B1A9A7;
margin:0px;
}

textarea{
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#484B4B;
text-align:left;
font-weight:bold;
border:1px solid #B1A9A7;
}

.boton{
text-align:center;
background-color:#B1A9A7;
color:#FFFFFF;
}


#vinculo{ border:1px solid #F6D353;}

/*
#fotogrande {
	display:none;
	position:absolute;
	top:100px;
	left:205px;
	border:1px solid #658EA3;
	background-color:#B1A9A7;
	z-index:2;
	width:500px;
	padding: 6px 6px 6px 6px;

}
*/

#fotogrande {
	display: none;
	width: 700px;
	height: Yu;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -360px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #B1A9A7;
	border: 1px solid #658EA3;
	z-index: 2;
}

#titulo {
	font-size:16px;
}

#frameart {
	margin: 20px 0px 30px 10px;
	padding: 0px;
	width: 387px;
	height: 58px;
	border: none;
}

select{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	z-index:1;
}

hr{
color:0099cc;
width:350px;
text-align:center;}

h2{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	color:#000000;
	margin:10px;
	text-decoration:underline;
}

h1{
	margin-top:15px;
	margin-left:10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#F7853B;
	height:22px;
	font-weight:normal;
	background-image:url(../img/subrayado.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;

}

.centrar {
	text-align:center;
}

.link_sectores{
	border:1px solid #F7853B;
}
.marco_minicuadro{
	border:1px solid #666666;
	/*width:130px;*/
	height:130px;
	background-color:#B1A9A7;
	text-align:center;
	margin:0px;
	padding:0px;
}
.descripcion_minicuadro{
	/*width:425px;*/
	height:130px;
	text-align:center;
	margin:0px;
	padding:0px;
}

#contenido form{
margin:0px;
padding:0px;
}

#boton_cerrar{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px;
	text-align: right;

}

.img_articulo{
	z-index:3;
}

#paginador {
	color: #616161;
}

#paginador a {
	color: #008080;
}
