/* Estilo para Colegio Cardenal Samore */
*{
	margin: 0;
	padding: 0;
}

body {
   text-align: center;
   margin: 0;
   background-color: white;
   background-image: url(fndv4.jpg);
   color: #333333;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: "Lucida Sans", "Arial";
	font-size: 12px;
}

a:link, a:visited {
   font-size: 15px;
	text-decoration: none;
	border: 0px;
}

h1 {
	color: #4682b4;
	font-size: 18px;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

#page {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	width: 970px;
	height: 100%;
	border: 0px;
	position: relative;
}

#header {
	width: 100%;
	height: 120px;
	text-align: left;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}

#twitter a {
	width: 40px;
	height: 40px;
	background-image: url(images/twitter.png);
	position: absolute; top: 75px; left:875px;
   background-repeat: no-repeat; 
   float: left;
}

#facebook a {
   width: 40px;
	height: 40px;
	background-image: url(images/face.png);
   background-repeat: no-repeat;
   position: absolute; top: 75px; left: 920px;
	float: left;
}

#jome a {
   display: block;
	width: 45px;
	height: 55px;
	background-image: url(images/jome.png);
   background-repeat: no-repeat;
	text-align: left;
	border: 0px;
	float: left;
}

#jome a:hover {
	background-image: url(images/jome2.png);
}

#menu {
   background-image: url(images/menu_lapiz.png);
   background-repeat: no-repeat;
	width: 925px;
	height: 55px;
	text-align: left;
	border: 0px;
	float: left;
}

#nuestro a {
	width: 114px;
	height: 14px;
	background-image: url(images/nuestro.png);
	position: relative; top: 16px; left:90px;
   background-repeat: no-repeat; 
   float: left;
}

#nuestro a:hover {
	background-image: url(images/nuestrover.png);
}

#admi a {
	width: 60px;
	height: 14px;
	background-image: url(images/admi.png);
	position: relative; top: 16px; left:110px;
   background-repeat: no-repeat; 
   float: left;
}

#admi a:hover {
	background-image: url(images/admiover.png);
}

#docente a {
	width: 66px;
	height: 14px;
	background-image: url(images/docente.png);
	position: relative; top: 16px; left:135px;
   background-repeat: no-repeat; 
   float: left;
}

#docente a:hover {
	background-image: url(images/docenteover.png);
}

#alumno a {
	width: 59px;
	height: 14px;
	background-image: url(images/alumno.png);
	position: relative; top: 16px; left:155px;
   background-repeat: no-repeat; 
   float: left;
}

#alumno a:hover {
	background-image: url(images/alumnover.png);
}

#fotox a {
	width: 42px;
	height: 14px;
	background-image: url(images/fotos.png);
	position: relative; top: 16px; left:175px;
   background-repeat: no-repeat; 
   float: left;
}

#fotox a:hover {
	background-image: url(images/fotover.png);
}

#contenedorbajo {
   margin-bottom: 10px;
   border: 10px solid #0099cc;
   width: 940px;
	background-image: url(images/fnd_cntdor.jpg);
	background-repeat: repeat-y;
	text-align: left;
	float: left;
	overflow: hidden;
	}
	

#col_izq { 
  width: 200px;
  height: 100%;
  font-family: "Lucida Sans", Arial, Verdana;
  font-size: 12px;
  float: left;
 }
 
#col_izq a { 
   text-decoration: none;
	color: #0085B0;
	font-size: 12px;
	padding: 0 0 0 5px;
}

#col_izq a:visited {
   font-size: 12px;
	color: #0085B0;
}

#linea_hr {
   width: 176px;
   height: 2px;
	background-image: url(images/linea.png);	
	margin: 5px 0px 0px 5px;
}

#direccion {
   display: block;
	width: 190px;
	height: 17px;
	background-image: url(images/direccion.png);
   background-repeat: no-repeat;
   margin-left: 5px; margin-top:10px; margin-bottom: 5px;
	float: left;
} 
 
#calendario a {
   display: block;
	width: 190px;
	height: 45px;
	background-image: url(images/calenprueba.png);
   background-repeat: no-repeat;
	margin-bottom: 5px;
	float: left;
}

#inspeccion {
   display: block;
	width: 163px;
	height: 21px;
	background-image: url(images/inspeccion.png);
   background-repeat: no-repeat;
   margin-left: 5px; margin-top:10px; margin-bottom: 5px;
	float: left;
}

#utp {
   display: block;
	width: 190px;
	height: 16px;
	background-image: url(images/utp.png);
   background-repeat: no-repeat;
   margin-left: 5px; margin-top:10px; margin-bottom: 5px;
	float: left;
}

#orientacion{
   display: block;
	width: 190px;
	height: 17px;
	background-image: url(images/orientacion.png);
   background-repeat: no-repeat;
   margin-left: 5px; margin-top:10px; margin-bottom: 5px;
	float: left;
}
 
#contenido { 
  width: 500px;
  height: 100%;
  float: left;
 }
 
.columna_estrecha {
	color: black;
	font-size: 12px;
	text-align: justify;
}

.columna_estrecha a:link {
	font-size: 15px;
	color: black;
}

.columna_estrecha a:visited {
	font-size: 15px;
	color: black;
}

.columna_estrecha a:hover {
   font-size: 15px;
	color: #dc143c;
}
 
 /* probando*/
#contenido_page {
	display: block;
   padding: 0px;
   margin: 0px;
   border: 0px;
   width: 740px;
   height: 100%;
   background-color: white;
   font-family: "Lucida Sans";
   float: left;
}

#contenedor_fotos {
   display: block;
   width: 510px;
   padding: 10px 10px 10px 20px;
	background-color: white;
   float: left;
}

#fotos {
   display: block;
   width: 99px;
   height: 99px;
	background-color: blue;  
   float: left;
}

#datos {
   display: block;
   width: 381px;
   height: 81px;
   padding: 8px 10px 10px 20px;
	background-color: #ffffcc;  
   float: left;
}

.titulo_profes {
	font-size: 14px;
	font-weight: bold;
   color: #dc143c;
}

.cargo_profes {
	font-size: 11px;
   color: black;
   font-weight: bolder;
}

.email_profes {
	color: black;
	font-size: 11px;
}

.email_profes a:link, a:visited {
	text-decoration: none;
	font-size: 10px;
	color: black;
}

.email_profes a:hover {
	color: #dc143c;
}

#division_profes {
   display: block;
   width: 510px;
   height: 10px; 
   background-image: url(images/division_profes.jpg);
   float: left;
}

#contenedor_der {
   display: block;
   width: 180px;
   padding: 10px 10px 10px 10px;
   font-family: "Lucida Sans";
	font-size: 20px;
   color: #4682b4;
	background-color: white;
   float: left;
}

#text1 {
   display: block;
   width: 710px;
   height: 40px;
   padding: 10px 10px 10px 20px;
   font-family: Georgia;
	font-size: 40px;
   color: white;
	background-color: #32549D;
   font-style: italic;
   float: right;
}

#page_all {
   display: block;
   width: 700px;
   padding: 20px;
   font-family: Georgia;
	font-size: 15px;
   color: #333333;
	background-color: white;
   font-style: italic;
   float: left;
}
#page_post {
   display: block;
   width: 480px;
   padding: 5px;
   font-family: Georgia;
	font-size: 13px;
   color: #333333;
	background-color: white;
   font-style: italic;
   line-height: 1.3em;
   word-spacing: .3em;
   white-space:pre-line;
   float: left;
   text-align:justify;
}

#text2 {
   display: block;
   width: 700px;
   height: 150px;
   padding: 20px;
   font-family: Georgia;
	font-size: 20px;
   color: #333333;
	background-color: white;
   font-style: italic;
   float: left;
}

.primerisima {
	color: #dc143c;
	font-size: 30px;
}

#text3{
   display: block;
   position: relative;
   left: 0px;
   display: block;
   width: 230px;
   height: 230px;
   padding: 10px;
   font-family: "Lucida Sans", Corbel, Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
   color: #333333;
	background-color: white;
	background-image: url(images/sinnada.png);
   float: left;
}

.titulo1 {
	color: #333333;
	font-size: 28px;
	line-height: 0.8em;
	margin-bottom: 20px;
}
#titulopost {
	color:#4169e1;
	font-size: 19px;
	line-height: 0.8em;
	font-family: "Lucida Sans", Corbel, Calibri, Helvetica, Arial, sans-serif;
	text-transform: capitalize;
}
#text4{
   display: block;
   width: 220px;
   height: 230px;
   padding: 10px;
   font-family: "Lucida Sans", Corbel, Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
   color: #333333;
	background-color: white;
	background-image: url(images/samores.jpg);
   float: left;
}

.text_samore {
 width: 150px;	
}

#text5{
   display: block;
   width: 230px;
   height: 230px;
	padding: 10px;
	font-family: "Lucida Sans", Corbel, Calibri, Helvetica, Arial, sans-serif;
	font-size: 14px; 
   color: #333333;
	background-color: white;
	background-image: url(images/colegioinfra.png); 
   float: left;
}

/* fin de prueba */
 
#col_der { 
  text-align: right;
  width: 240px;
  height: 100%;
  float: left;
 }

 #cra a{
   display: block;
	width: 230px;
	height: 40px;
	background-image:url(images/cra.jpg);
   background-repeat: no-repeat;
	text-align: right;
	border: -1px;
	float: right;
}

#enlaces a{
   display: block;
	width: 230px;
	height: 40px;
	background-image: url(images/enlaces.jpg);
   background-repeat: no-repeat;
	text-align: right;
	border: -1px;
	float: right;
}

#acle a{
   display: block;
	width: 230px;
	height: 40px;
	background-image: url(images/acle.jpg);
   background-repeat: no-repeat;
	text-align: right;
	border: -1px;
	float: right;
}
#interes {
   display: block;
	width: 230px;
	height: 30px;
	background-image: url(images/interes.png);
   background-repeat: no-repeat;
	text-align: right;
	border: -1px;
	float: right;
}
#sinab a{
   display: block;
	width: 140px;
	height: 50px;
	padding: 0 0 0 45px;
	background-image: url(images/sinab.png);
   background-repeat: no-repeat;
	border: -1px;
	float: right;
}
#psu a{
   display: block;
	width: 140px;
	height: 71px;
	padding: 0 0 0 47px;
	background-image: url(images/psu.jpg);
   background-repeat: no-repeat;
	border: -1px;
	float: right;
}
#mundo a{
   display: block;
	width: 140px;
	height: 64px;
	padding: 0 0 0 95px;
	background-image: url(images/mundo.jpg);
   background-repeat: no-repeat;
   background-position: center;
	border: -1px;
	float: right;
}
#infoescuela a{
   display: block;
	width: 140px;
	height: 52px;
	padding: 0 0 0 95px;
	background-image: url(images/infoescuela.jpg);
   background-repeat: no-repeat;
   background-position: center;
	border: -1px;
	float: right;
}
#boletin a{
   display: block;
	width: 180px;
	height: 63px;
	padding: 0 0 0 95px;
	background-image: url(images/boletin.jpg);
   background-repeat: no-repeat;
   background-position: center;
   text-align: center;
	border: -1px;
	float: right;
}
#cronograma a{
   display: block;
	width: 230px;
	height: 40px;
	background-image: url(images/cronograma.jpg);
   background-repeat: no-repeat;
	text-align: right;
	border: -1px;
	float: right;
}

#actividades{
   display: block;
	width: 230px;
	height: 280px;
	background-image: url(images/actividades.jpg);
   background-repeat: no-repeat;
	text-align: right;
	border: -1px;
	float: right;
}

#footer {
  width: 940px;
  height: 85px;
  text-align: left;
  padding-top: 15px;
  padding-left: 20px;
  background-image: url(images/fondopie.png);
  background-repeat: no-repeat;
  background-color: #F6DE72;
  position: relative;
  clear: both; 
}
#napo a{
   display: block;
	width: 85px;
	height: 95px;
	position: absolute; top:2px; right: 10px;
	padding: 150 0 10 40px;
	background-image: url(images/napo.png);
   background-repeat: no-repeat;
	text-align: right;
	border: -1px;
	float: right;
}