body {
	margin-top: 0px;
	margin-right: 0px;
	background: #286480 url(../images/fondo.png);
	font-family: Tahoma, Geneva, sans-serif;
	color: #A6BCD2;
}



#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background: #264A59 url(../images/fondo_contenido.png);
	box-shadow: 3px 3px 4pc #002D2D;
	-webkit-box-shadow: 3px 3px 4px #002D2D;
	-moz-box-shadow: 3px 3px 4px #002D2D;
	padding: 0px;
}

#header {
	width: 100%;
	margin: 0px;
	padding-top: 50px;
	background: #264A59 url(../images/fondo_header.png) no-repeat;
	height: 150px;
}
#contenido {
	width: 890px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
}
#foot {
	font-family: "Philosopher", arial, serif;
	background: #3C96BD url(../images/fondo_foot.png);
	width: 940px;
	padding: 10px;
	color: #000;
	text-align: center;
	margin-top: 20px;
}
#navegacion {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 600px;
	padding: 0px;
}
#navegacion ul {
	padding-bottom: 2px;
	border-bottom: 1px solid #43849C;
	background: #1A323C;
}
#navegacion li {
	display: inline;
	margin-right: 8px;
	padding: 3px;
	margin-top: 0.5em;
}
#navegacion a {
	background: repeat;
	color: #5BA2CC;
	text-decoration: none;
}
#navegacion a:hover {
	color: #CEE3F0;
}

h1 {
	font-size: 160%;
	letter-spacing: 0.2em;
	font-family: "Philosopher", arial, serif;
	color: #C7D5E2;
}
h2 {
	font-family: "Philosopher", arial, serif;
	font-size: 135%;
	color: #A6BCD2;
	letter-spacing: 0.2em;
}
strong {
	font-weight: bold;
	color: #E3BFFF;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



.logo {
	margin-top: 0px;
	margin-left: 235px;
}
.caja_hundida {
	width: 500px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #28647F url(../images/fondo_caja.jpg) repeat-y top;
	font-size: 13px;
	color: #C7D5E2;
	padding: 5px 10px 3px 5px;
	border-top: 1px solid #161616;
	border-right: 1px solid #7497BA;
	border-bottom: 1px solid #7497BA;
	border-left: 1px solid #161616;
	margin: 6px auto;
}
.caja_hundida li {
	background: url(../images/flag_purple.png) no-repeat left top;
	list-style: none;
	margin-top: 0.5em;
	padding-top: 0px;
	padding-left: 20px;
}
.caja_hundida strong {
	font-weight: bold;
	color: #E3BFFF;
}


.caja_tema {
	width: 870px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #28647F url(../images/fondo_caja.jpg) repeat-y top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #C7D5E2;
	padding: 5px 10px 3px 5px;
	border-top: 1px solid #161616;
	border-right: 1px solid #7497BA;
	border-bottom: 1px solid #7497BA;
	border-left: 1px solid #161616;
	float: left;
	letter-spacing: 0.1em;
	margin: 6px auto;
}
.caja_tema li {
	background: url(../images/flag_purple.png) no-repeat left top;
	padding-top: 0px;
	padding-left: 20px;
	margin-top: 0.5em;
}
.caja_tema ul {
	list-style: none;
}
.caja_tema img {
	margin: 5px 5px 5px 20px;
}

.caja_ilustracion {
	float: left;
	width: 300px;
	margin-right: 0px;
	margin-left: 30px;
	margin-top: 5px;
}
.caja_obra {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}



.caja_clara {
	background: #376A80 url(../images/caja_2.png) repeat;
	float: right;
	width: 340px;
	color: #13212D;
	padding: 10px;
}


.caja ul {
	font-size: 14px;
	color: #B3C4D3;
}
.obra {
	margin-left: 20px;
	box-shadow: 3px 3px 4pc #002D2D;
	-webkit-box-shadow: 3px 3px 4px #002D2D;
	-moz-box-shadow: 3px 3px 4px #002D2D;
	padding: 0px;
	float: left;
	margin-top: 20px;
	border-width: 0px;
	border-style: none;
}
#foot strong {
	font-weight: bold;
	color: #CCC;
}
