@charset "utf-8";
/* 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, 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%;
	vertical-align: baseline;
}

body {
	line-height: 1;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	background-color: #333;
}

: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
}

/*-----------------fin reset-------------------------------*/


#caja {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#encabezado {
	background-image: url(imagenes/fondocaja.png);
	background-repeat: repeat-x;
}
#encabezado_izq {
	width: 400px;
	padding-left: 10px;
	float: left;
}
#encabezado_der {
	margin-left: 600px;
	font-size: 20px;
	padding-top: 12px;
}
#encabezado_der_img {
	float: left;
	text-align: right;
	width: 320px;
	padding-top: 8px;
}

#encabezado_der_tex {
	text-align: right;
	padding-right: 10px;
}



#encabezado_izq img {
	padding-top: 14px;
	padding-bottom: 0px;
}

#menu {
	background-color: #718996;
	font-size: 17px;
}
#menu ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#menu ul li {
	display: inline;
	padding-right: 60px;
	color: #FFF;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	color: #FF0;
}


.sombra{   
text-shadow:#000 1px 1px 1px; /*Color de la sombra - Eje X - Eje Y - Difuminado*/  
}  

#portada {
	background-color: #105274;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 290px;
}
#portada_izq {
	width: 600px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#portada_der {
	padding-left: 630px;
	padding-right: 10px;
	color: #FFF;
}
#portada_der p {
	padding-top: 0px;
	font-size: 15px;
	color: #FFF;
	line-height: 20px;
	padding-bottom: 10px;
}

#portada_der ul li {
	text-align: left;
	font-size: 14px;
	padding-bottom: 16px;
	font-weight: normal;
}
#portada2 {
	background-color: #105274;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 22px;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 24px;
}
.limpiador {
	clear: both;
}
.contenido {
	padding-top: 10px;
	padding-bottom: 10px;
}


.contenido_izq {
	width: 600px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

.contenido_izq p {
	line-height: 26px;
	font-size: 15px;
}
.contenido_der {
	margin-left: 620px;
	padding-left: 10px;
}

strong {
	font-weight: bold;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 17px;
	background-color: #E3E8EA;
	color: #000;
	line-height: 24px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 26px;
	padding-left: 20px;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C1CCD0;
	border-bottom-color: #C1CCD0;
}

h3 {
	font-weight: normal;
	font-size: 17px;
	line-height: 26px;
}

#pie {
	color: #FFF;
	background-color: #0C3952;
	margin-top: 10px;
	line-height: 26px;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#pie a {
	color: #CF0;
	text-decoration: none;
}
h6 {
	font-weight: normal;
	font-size: 15px;
	color: #FF0;
	padding-bottom: 10px;
}
.trabajos img {
	margin-right: 4px;
	margin-top: 0px;
	padding: 0px;
}
