/*******************************************/
/************** Esqueleto ******************/
/*******************************************/

body.cuerpo{
	background-image: url(../imagenes/fondo.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contenedor{
	width: 750px;
	margin: 0 auto;
	text-align: left
}

#cabecera{
	height: 164px;
}

#logo{
	float: left;
	width: 155px;
}

#adorno{
	float: right;
	width: 164px;
}

#menu{
	height: 56px;
}

#contenidos{
	display: block;
	margin-top: 10px;
}

#columna-izquierda{
	width: 505px;
	float: left;
	padding-right: 40px;
}

#columna-derecha{
	width: 205px;
	float: right;
}

#pie{
	text-align: center;
}

/*******************************************/
/************** Estilos ********************/
/*******************************************/

#foto_flotante{
	float: right;
}

br.limpieza{
	clear: both;
	float: none;
}

#actual{
	background-image:url(../imagenes/menu_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 9px;
}

#menu ul li{
	display: block;
	float: left;
	color: #ffffff;
	font-weight: bold;
	height: 41px;
	line-height: 50px;
	margin-right: 15px;
}

#menu ul{
	margin: 0;
	margin-left: 0;
	padding: 0;
}

p{
	color: #13556f;
	text-align: justify;
}

ul li{
	color: #13556f;
}

#pie p{
	text-align: center;
}

input, textarea{
	border: 1px solid #13556f;
}

img.borde{
	border: 2px solid #13556f;
	margin: 5px;
}

h1{
	font-size: 14px;
	color: #13556f;
	padding-top: 5px;
	border-top: 1px solid #13556f;
}

h2{
	font-size: 12px;
	color: #13556f;
	margin-left: 25px;
}

.sangria{
	display: block;
	float: right;
}

/*******************************************/
/************** Enlaces ********************/
/*******************************************/

#actual a:link, #actual a:visited, a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#actual a:hover, a:hover{
	text-decoration: overline;
}

#actual a:link, #actual a:visited{
	background-image:url(../imagenes/menu_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	padding-right: 9px;
}

a.enlace:link, a.enlace:visited{
	color: #13556f;
	text-decoration: underline;
}

a.enlace:hover{
	color: #13556f;
	text-decoration: overline;
}