@charset "UTF-8";
/* CSS Document */

/*Inicio*/
* html .clearfix {
	height: 1px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
body {
	margin: 0px 0 20px 0;
	background: #669fd6;
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: .75em;
	color: #252525;
}
/*Cabecera*/
#head {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 773px;
	height: 564px;
	background-image: url(../img/fondohead.png);
	background-repeat: no-repeat;
	position: relative;
}
#fichas {
	position: absolute;
	height: 324px;
	width: 769px;
	left: 5px;
	top: 240px;
	background: url(../img/fondofichas.png) no-repeat 12px;
}
#p1 {
	position: absolute;
	left: 50px;
	top: 20px;
	text-align: center;
}
#p2 {
	position: absolute;
	left: 220px;
	top: 20px;
	text-align: center;
}
#p3 {
	position: absolute;
	left: 420px;
	top: 11px;
	text-align: center;
}
#p4 {
	position: absolute;
	left: 600px;
	top: 20px;
	text-align: center;
}
#p5 {
	position: absolute;
	left: 49px;
	top: 178px;
	text-align: center;
}
#p6 {
	position: absolute;
	left: 220px;
	top: 170px;
	text-align: center;
}
#p7 {
	position: absolute;
	left: 400px;
	top: 183px;
	text-align: center;
}
#p8 {
	position: absolute;
	left: 550px;
	top: 170px;
	text-align: center;
}
#fichas  a  {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.5em;
	text-align: center;
}
#fichas  a:hover  {
	color: #225D95;
	background: none;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#fichas  img {
	border-style: none;
}
#logo {
	position: relative;
	height: 100px;
	width: 118px;
	left: 40px;
	top: 60px;
}

#libreta {
	position: absolute;
	height: 227px;
	width: 568px;
	left: 190px;
	top: 10px;
	background-image: url(../img/libreta.jpg);
}
#casa {
	position: absolute;
	width: 100px;
	left: 70px;
	top: 70px;
}
#comunicacion {
	position: absolute;
	width: 100px;
	left: 190px;
	top: 70px;
}
#amigos {
	position: absolute;
	width: 100px;
	left: 310px;
	top: 70px;
}
#colegio {
	position: absolute;
	width: 100px;
	left: 430px;
	top: 70px;
}
/*Contenedor*/
#container {
	width: 773px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#content_bg {
	background-color: #FFFFFF;
	background-image: url(../img/fondocontenedor.png);
	background-repeat: repeat-y;
}
.clearfix:after { /* float hack used to float content correctly */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*Columna Izda*/
#left {
	width: 250px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 230px;
	float: left;
	background: #DEDEDE;
	margin: 10px 10px 10px 20px;
	display: inline;
	height: auto;
}
.linea {
	background: #C5C3C4;
	height: 2px;
	margin-right: 10px;
	margin-left: 10px;
}
#donde h2 {
	background: url(../img/pieza2.gif) no-repeat left -1px;
	padding-left: 25px;
	color: #000000;
	margin-left: 10px;
}
#donde p {
	margin: 10px 0px 5px 15px;
}
#donde dl {
	margin: 10px 0px 0px 15px;
	padding: 0px;
}
#donde dt {
	font-weight: bold;
	margin-top: 5px;
}
#donde dd {
	padding: 0px;
	margin: 0px;
}
dd  a:link, a:visited  {
	color: #286baa;
	font-weight: normal;
	text-decoration: none;
}
dd  a:hover, a:active  {
	color: #1C4A76;
	background: none;
	font-weight: normal;
	text-decoration: none;
}
#left a:link, a:visited  {
	color: #286baa;
	font-weight: normal;
	text-decoration: none;
}
#left a:hover, a:active  {
	color: #1C4A76;
	background: none;
	font-weight: normal;
	text-decoration: none;
}
/*Contenidos*/
#content {
	padding-top: 7px;
	width: 475px;
	margin: 0px 25px 20px 10px;
	float: right;
	display: inline;
}
h2 {
	color: #000000;
	font-weight: bold;
	font-size: 1.8em;
	margin: 20px 0 10;
	background: url(../img/pieza.gif) no-repeat left -1px;
	padding-left: 25px;
}
h2 a:link, h2 a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
h2 a:hover, h2 a:active {
	color: #3F3F3F;
	background: none;
	font-weight: normal;
	text-decoration: none;
}
.main  ul li {
	padding: 6px 0 0 0px;
	list-style: url(../img/content_bullet.gif) none;
}
.main ul li h3 {
	margin: 0px;
	padding: 0px;
}
.main {
	border-bottom: 3px double #CCCCCC;
}
.main  ul  li a:link,a:visited {
	color: #286baa;
	font-weight: bold;
	text-decoration: none;
}
.main  ul  li a:hover,a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: #286baa;
}
.main  a:link,a:visited {
	color: #286baa;
	font-weight: bold;
	text-decoration: none;
}
.main  a:hover,a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: #286baa;
}
.main img {
	padding: 3px;
	/*border: 1px solid #669FD6;*/
}
.maincolaborar {
}
.main ul {
	padding: 0 0 20px 30px;
	margin: 0;
}
.main p {
	text-align: justify;
	font-size: 1em;
	line-height: 12pt;
}
.main h3 {
	font-size: 1.6em;
	color: #286baa;
	font-weight: bold;
}
.main h4 {
	
	font-size: 1.1em;
	color: #444444;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.meta {
	background: #f5f5f5;
	font-size: .9em;
	padding: 2px;
}
.meta:hover {
	background: #B5D5FF;
}
#footer {
	height: 52px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	background-image: url(../img/fondopie.png);
	clear: both;
}
/*Pie*/

#footer p {
	float: left;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #777;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#footer span {
	margin-left: 180px;
}
#footer a:link, a:visited {
	color: #286baa;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover, a:active {
	color: #1C4A76;
	background: none;
	font-weight: normal;
	text-decoration: none;
}
/* Noticias */

.opcion {
	clear: both;
	width: 450px;
	margin: 10px 0px 4px;
	padding: 0px 0px 8px;
}

.culo {
	clear: both;
}
.foto {
	float: left;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.itemderecha {
	float: right;
	position: relative;
	width: 330px;
	margin-bottom: 20px;
}
.itemderecha h4 {
	text-decoration: none;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
}

.itemderecha h4 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #286baa;
	text-decoration: none;
}
.itemderecha p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 9pt;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.itemderecha span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #286baa;
}
.leer {
	text-decoration: none;
	font-size: 0.9em;
	float: right;
}
.textocorto  {
	color: #286baa;
	font-weight: bolder;
	text-decoration: none;
}
.textocorto:hover  {
	color: #1C4A76;
	background: none;
	font-weight: bold;
	text-decoration: underline;
