body {
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background-image: url(../img/fondo_cuerpo.gif);
	background-repeat:   repeat-x;
	background-color: #A4C2DA;
	margin: 0px;
	padding: 0px;
}
div#general {
	width: 99em;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
div#cabecera {
	height: 150px;
	background-image: url(../img/imagen.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-color: #000000;
}
div#cabecera h1 {
	height: 50px;
	margin: 0px;
	background-image: url(img/fondo_cabecera.gif);
	color: #000000;
	font-size: 1.8em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 160px;
	border-bottom-color: #333333;
}
div#cabecera ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
div#cabecera li {
	display: inline;
	margin-right: 15px;
}
div#cabecera li a {
	color: #333333;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}
div#cabecera li a:hover {
	color: #fce3e7;
	text-decoration: underline;
}
div#contenido {
	float: right;
	width: 725px;
	background-color: #F4F4F4;
	min-height:470px;
	margin: 0px;
	padding: 0px;
}
div#contenido div#texto {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 460px;
}
div#contenido div#banner {
	padding: 0px;
	width: 234px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #EAEAEA;
}

div#contenido h3, div#contenido p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	text-align: justify;
}
div#contenido p {
	font-size: 1.4em;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
div#contenido h4 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #333333;
	font-size: 1.4em;
}
div#contenido p.miniatura {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 5px solid #D9E77A;
	float: left;
	height: 80px;
	width: 80px;
}

div#contenido h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #333333;
	background-color: #CCCCCC;
	width: 662px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #333333;
}
div#contenido p.miniatura img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#contenido h4.album {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}
div#contenido h4.album a {
	color: #A0B210;
}

div#lateral {
	float: right;
	width: 180px;
}
div#lateral ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
div#lateral ul li {
	color: #FF9FAF;
	list-style-type: square;
}
div#lateral ul li a {
	font-size: 1.2em;
	color: #FF9FAF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 1.6em;
}
div#lateral ul li a:hover {
	font-weight: bold;
	text-decoration: underline;
}
div#lateral h5 {
	font-size: 1.3em;
}
div#lateral  p#info {
	padding: 10px;
	border: 1px solid #FF9FAF;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.1em;
}
div#pie {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-color: #000000;
}
div#pie a {
	color: #C6DA29;
	text-decoration: none;
}

div#contenido h3 {
	font-size: 1.4em;
}
div#menu {
	width: auto;
	float: left;
}
div#menu p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 15px;
}
div#menu h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #E9E9E9;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

div#menu ul {
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 20px;
	font-size: 1.2em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-bottom: 20px;
}
table#album {
	margin: 15px;
	padding: 0px;
	width: 600px;
	font-size: 1.2em;
	border: 1px solid #CCCCCC;
	background-color: #FBFDE8;
}
table#album td {
	margin: 0px;
	width: auto;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
table#album tr {

}
table#album a {
	color: #495306;
}
table#album  td.lateral {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

table#album td#header {
	margin: 0px;
	width: auto;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #9CAE0E;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
}
table#album td.lateral_ {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #9CAE0E;
}
