@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#cuerpo {
	width: 100%;
	min-height:100%;
	_height:100%;
	position: absolute;
	background-image: url(skin/fondo.jpg);
	background-repeat:  repeat-y;
	background-position: left top;
}
#cuerpo #cabecera {
	min-width: 955px;
	height: 150px;
	background-color: #000957;
	text-align: right;
}
#cuerpo #cabecera img {
	float: left;
	margin-top: 20px;

}

#cuerpo #menu {
	height: 58px;
	min-width: 955px;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	background-image: url(skin/barramenu.jpg);
	margin: 0px;
	padding: 0px;
}
#cuerpo #menu ul {
	list-style-type: none;
	padding: 0px;
	background-image: url(skin/separadormenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 700px;
}
#cuerpo #menu li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #a4a4a4;
	background-image: url(skin/separadormenu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
	height: 43px;
	float: left;
}
#cuerpo #menu a {
	text-decoration: none;
	color: #a4a4a4;
}
#cuerpo #menu a:hover {
	text-decoration: none;
	color: #000957;
}
#cuerpo #contenido {
	min-width:955px;
	margin: 0px;
	padding: 0px;
}
#cuerpo #contenido #foto {
	float: left;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#cuerpo #contenido #textos {
	margin-right: 50px;
	margin-left: 456px;
	margin-bottom: 100px;
	padding: 0px;
	margin-top: 0px;
}
#cuerpo #contenido #textos h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #dddddd;
	text-align: right;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 1em;
}
#cuerpo #contenido #textos p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	text-align: justify;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#cuerpo #contenido #textos span {
	font-weight: bold;
	color: #000957;
}


#cuerpo  #contenido  #textos  h2  {
	color: #000957;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
#cuerpo #pie {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 59px;
	text-align: center;
	background-image: url(skin/pie.jpg);
	background-repeat:  repeat-x;
	background-position: left bottom;
	width:100%;
	min-width: 955px;
	
}
#cuerpo #pie p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.68em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin-top: 0.43em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#cuerpo #pie a {
	color: #FFFFFF;
	text-decoration: none;
}
#cuerpo #pie a:hover {
	color: #333333;
	text-decoration: none;
}
#cuerpo #contenido #textos ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333333;
	font-weight: bold;
}
#cuerpo #contenido #textos .titularlista .punto {
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	list-style-type: disc;
}
#cuerpo #contenido #textos .titularlista .punto .punto2 {
	list-style-type: square;
	margin-top: 5px;
	margin-bottom: 5px;
}

#cuerpo #contenido #textos li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333333;
}
#cuerpo #contenido #textos a {
	text-decoration: underline;
	color: #000957;
}
#cuerpo #contenido #textos a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
#cuerpo #contenido #textos .columna {
	float: right;
	margin-right: 150px;
	_margin-right:50px;
	margin-top: 0px;
	list-style-type: disc;
	list-style-position: inside;
}
