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

/*---------------RESET CSS-----------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big,cite, code, del, dfn, em, font, img, ins, kbd, q, s,
samp, small, strike,strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend,table, caption, tbody, tfoot, thead, tr, th, td, center, u, b, i
{margin: 0; padding: 0; border: 0; outline: 0; font-style: normal;
font-size: 100%; font-family: inherit; vertical-align: baseline}
body {
	line-height: normal
}
*:focus {
	outline: 0;
}
ol, ul {list-style: none}
table {border-collapse: collapse;border-spacing: 0}
blockquote:before, blockquote:after, q:before, q:after {content: ""}
blockquote, q {quotes: "" ""}
input, textarea {margin: 0; padding: 0}
hr {margin: 0; padding: 0; border: 0; color: #000; background-color: #000; height: 1px}




/*_________________________-estilos estructura-__________________________________*/

body {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #333333;
}
a{
	color: #1D74C1;
	text-decoration: none;
}
a:hover{
	color: #999999;
	text-decoration: none;	
}
#cont_general {
	width: 1050px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
}
#logo{
	width: 266px;
	background-image: url(img/estructura/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 10px;
	padding-left: 0px;
	float: left;
	height: 134px;
}

#banner{
	height: 134px;
	width: 710px;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
}

#left{
	width: 266px;
	margin-top: 10px;
	float: left;
	background-image: url(img/estructura/fondo_left.gif);
	height: 555px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #555555;
	margin-right: 0px;
}

#menu_a{
	width: 266px;
	margin-top: 10px;
	background-color: #555555;
	height: 150px;
	text-align: right;
	
}
#menu_b{
	width: 266px;
	background-color: #7F7F7F;
	height: 220px;
	text-align: right;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
}
#menu_b2{
	width: 266px;
	background-color: #7F7F7F;
	height: 400px;
	text-align: right;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
}
#menu_c{
	width: 261px;
	background-color: #9F9F9F;
	height: 210px;
	.height: 185px;
	text-align: right;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #7F7F7F;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	
}
#menu_c2{
	width: 261px;
	background-color: #9F9F9F;
	height: 120px;
	text-align: right;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #7F7F7F;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	
}
#menu_c3{
	width: 261px;
	background-color: #9F9F9F;
	height: 40px;
	text-align: right;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #7F7F7F;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	
}

#contenido{
	width: 772px;
	margin-top: 10px;
	float: right;
	height: 535px;
	text-align: justify;
	

}
.clear {
	clear: both;
}

#novedades{
	width: 200px;
	margin-top: 0px;
	float: left;
	background-image: url(img/estructura/fondo%20novedades3%20img.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	overflow: auto;
	height: 555px;
	left: 0px;
	text-indent: 0pt;


}
#noticias{
	width: 500px;
	.width: 470px;
	margin-top: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	overflow: auto;
	height: 535px;
}
#noticias img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #6699CC;
	padding: 3px;
}
#cont_imagenes{
	width: 200px;
	margin-top: 0px;
	float: left;
	overflow: auto;
	height: 555px;
	text-align: left;
	background-image: url(img/estructura/fondo%20pie%20img.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;




}
#cont_texto{
	width: 510px;
	margin-top: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	overflow: auto;
	height: 535px;

}
