/* CSS Document */
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-weight: normal;
     font-style: normal;
     font-size: 100%;
     vertical-align: baseline
}

body {
	line-height: 1;
	background-color: #e2f5fc;
	background-image: url(images/fondo-web.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #288bbc;
}

: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
}
.cabecera {
	margin: auto;
	width: 980px;
	height: 320px;
	background-image: url(images/fondo-cabecera.jpg);
	background-repeat: no-repeat;
}
.cabecera .menu {
	float: left;
	margin-top: 270px;
	line-height: 31px;
	height: 31px;
	padding-left: 50px;
	color: #FD5C02;
}
.cabecera .menu a {
	font-family: "Arial Black";
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
}
.cabecera .menu a:hover {
	color: #FDD55C;
}
.cabecera .menu .selected {
	color: #FD5C02;
}




.cont {
	margin: auto;
	width: 980px;
	background-color: #FFFFFF;
	background-image: url(images/pie.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height: 280px;
	padding-bottom: 10px;
}
.pie {
	margin: auto;
	width: 980px;
	font-size: 9px;
	line-height: 40px;
	color: #a29c9c;
	height: 40px;
}
.pie a {
	color: #A29C9C;
	text-decoration: none;
}
.pie a:hover {
	color: #FF9300;
}

.vacio {
	clear: both;
	width: 980px;
}
.cont .banners {
	float: left;
	width: 180px;
	text-align: center;
}

.texto1 {
	width: 390px;
	float: left;
	padding-left: 20px;
	background-image: none;
	background-color: #ffffff;
}
.texto1 h1 {
	font-family: "Arial Black";
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #9AAE51;
}
.texto1 p {
	margin-top: 5px;
	text-align: justify;
}
.texto1 h3 {
	font-size: 24px;
	text-align: center;
}

.texto1 strong {
	color: #FF9300;
	font-weight: bold;
}



.cont .galeria {
	float: left;
	width: 357px;
	margin-left: 12px;
	height: 278px;
	background-position: center top;
	background-color: #E2F5FC;
	background-repeat: no-repeat;
}
.cont .galeria p {
	background-color: #FFFFFF;
	padding-top: 10px;
	text-align: justify;
}

.texto1 table {
	border-top-color: #FF9300;
	border-right-color: #FF9300;
	border-bottom-color: #FF9300;
	border-left-color: #FF9300;
	margin-top: 20px;
	font-size: 9px;
}
.texto1 td {
	border: 1px solid #FDD55C;
	padding: 3px;
}

