/*  GENERAL
*******************************************************************************************************************/html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, embed, div,
object {margin:0px;padding:0px;}

ul {}
li {margin-right:1em;margin-left: 0.2em;}
ol {}
hr {border: thin dotted #CCCCCC;}
p {margin-right: 1em;}

/*  LAYOUT
*******************************************************************************************************************/
/* FONDO AUTOAJUSTABLE  */
html {
	background-image:url(../images/fondoindex.png) ;
	background-repeat:  repeat-x;
	background-color:#
}
body {margin:0; padding:0; width:100%; height:auto; overflow-y:auto; font-size: 90%; }
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0%; /* reserva de espacio hasta el menuprincipal */
	left:0;
	overflow-x:hidden; overflow-y:auto;
	z-index:2;
	
} 

/* CAMARAS */
#contenedorcamaras{
	width: 98%;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	text-align: center;
	margin-top: 1.5%;
	border-width: 0px; border-style: solid; border-color: #f2f2f2;
	clear: none;
}
#camarascol1{
	float:left;
	width: 42%;
	height: auto;
	overflow: auto;
	text-align: left;
	margin-top: 0%;
	border-width: 0px; border-style: solid; border-color: #f2f2f2;
	
}

#visorcamara{
	float:right;
	height: auto;
	overflow: auto;
	text-align: left;
	margin-top: 0%;
	width:57%;
	border-width: 0px; border-style: solid; border-color: #f2f2f2;
	
}


/* CONTENEDOR GENERAL LAYOUT   */
#exterior {
	width: 980px;
	height: auto;
	overflow: visible;
	margin:0 auto;
	background-color: #fff;
	margin-top:1%;
	
	
}

#contenedor					
{
	padding:0%;
	width: 97%;
	height: auto;
	overflow: visible; /* hidden para elastico hor-vert */
	margin:0 auto;
	background-color:#fff;
	margin-bottom:1%;

}
/* LAYOUT INDEX */
#cabecera{
	
	float:left;
	height: 130px; 
	overflow: visible;
	text-align: left;
	margin: 0 ;
	margin-bottom:10px;
	width: 100%;
	
}
#logo{
	
	float:left;
	height: auto; /* porcentaje para elastico hor-vert */
	overflow: hidden;
	width: 100%;
	
}
#banner{
	
	float:left;
	height: 200px; /* porcentaje para elastico hor-vert */
	overflow: hidden;
	width: 98%;
	
}

#indexcolcontenidos{
	
	float:left;
	height: auto; /* porcentaje para elastico hor-vert */
	overflow: auto;
	text-align: justify;
	margin-top: 10px;
	width: 98%;
	
}
#colnoticias{
	
	float:right;
	margin-top: 1.5%;
	margin-bottom:20px;
	padding-left:10px;
	height: auto;
	width: 25%;
	background-position: left center;	
	border-left-width: 1px;border-left-style: solid;border-left-color: #f2f2f2;


}

/* LAYOUT INFORMATIVAS */
#colinformativas					
{
	padding-top: 1%;
	margin:0 auto;
	text-align: justify;
	width: 98%;
	height: auto;
	overflow: auto;
	
	
}
/* LAYOUT CATALOGOS */

#catalogoscol1{
	float: left;
	padding-top:2%;
	padding-right:10px;
	width: 25%;
	text-align: left;
	height: auto;
	overflow: hidden;
	margin-left:1%;
	
}

#catalogoscol2{
	float:right;
	height: auto;
	overflow: auto;
	text-align: justify;
	margin-top: 1.5%;
	width: 70%;
	clear: none;
}
#catalogoscolpadres{
	float:left;
	height: auto;
	overflow: auto;
	text-align: justify;
	margin-top: 1.5%;
	width: 45%;
	clear: none;
}
#catalogoscamaras{
	float:left;
	height: auto;
	overflow: auto;
	text-align: justify;
	margin-top: 1.5%;
	width: 90%;
	clear: none;
}
#login{
	margin: 0 auto;
	height: auto;
	overflow: auto;
	text-align: center;
	margin-top: 1.5%;
	width: 50%;
	clear: none;
}

#catalogosfila1{
	float: left;
	width: 850px;
	text-align: left;
}

#catalogosfila2{
	float: left;
	width: 820px;
	margin-left: 10px;
	overflow: auto;
	height: 465px;
}

/* LAYOUT CONTACTAR */
#contactarcol1 {
	float: left;
	width: 48%;
	text-align: right;
	margin-top: 2%;
	height: auto;
	overflow:auto;
}
#contactarcol2 {
	width: 90%;
	float:left;
	text-align: left;
	margin-left: 1%;
	height: auto;
	overflow:auto;
	
}
#donaciones {
	float: left;
	width: 90%;
	text-align: left;
	margin-top: 2%;
	height: auto;
	overflow:auto;
}

#contactarcolcfm{
	padding-top: 5%;
	margin-left:20%;
	text-align: left;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	height: 350px;
	overflow:auto;
	
	
}
/* GALERIA */
#divanim{
	margin-top: 0px;
	margin-left:auto;	
	margin-right:auto;	
	text-align:center;
	height:100%;
		
}
/* LAYOUT PIE */
#pie	
{
	width: 100%;
	/*position:absolute;top:90%; para elastico hor-vert*/
	margin: 0 auto;
	margin-top: 2%;
	padding-top:5px;
	padding-bottom:5px;
	font-size: .8em;
	color: #000;
	text-align: center;
	font-weight: bold;
	background-color:#ff6600;
	
	
}

/*  NAV GENERAL NO PAREMETRIZADO DESDE CMS3
*******************************************************************************************************************/
.contmenuprincipal{
	width:100%; overflow:visible; height:30px; margin:0;  
}
.menuprincipal{
	padding:0; 
	margin:0 auto; 
	height: 30px;
	list-style-type:none;
	float:left;
	position:relative; 
	left:50%;
}
.menuprincipal li{
	float:left; position:relative; right:50%; margin:0;

}
.menuprincipal li a{
	font-size:.9em ; /*  tamaño letra */
	width:auto;
	display:block;
	float:left;
	padding-left:15px;
	text-decoration:none;
	cursor:pointer;
	background:url('../images/imgfondomenupr.png') 0px -30px no-repeat;
	font-weight: bold;
}
.menuprincipal li a span{
	line-height:30px; 
	float:left; 
	display:block; 
	padding-right:15px; 
	background:url('../images/imgfondomenupr.png') 100% -30px no-repeat;}
.menuprincipal li a:hover{background-position:0px -60px;} 
.menuprincipal li a:hover span{background-position:100% -60px;}
.menuprincipal li a.active, .menuprincipal li a.active:hover{line-height:30px; 
	font-size:.9em ; /*  tamaño letra */
	background:url('../images/imgfondomenupr.png') 0px -90px no-repeat;}
.menuprincipal li a.active span, .menuprincipal li a.active:hover span{background:url('../images/imgfondomenupr.png') 100% -90px no-repeat;} 

.contmenuprincipal2{
	width:77%; overflow:visible; height:30px; margin:0; float:right;
}
.menuprincipal2{
	margin:0;
	padding-top:35px; 
	height: 30px;
	list-style-type:none;
	float:right;
	margin-left:0px;
	/*  colocacion del menu dar misma cantidad en % a left y right position:relative; 
	left:50%;*/
}

.menuprincipal2 li{
	float:left; 
	/*position:relative; right:50%;   colocacion del menu dar misma cantidad en % a left y right */
	margin:0;
}
.menuprincipal2 li a{
	font-size:1em ; /*  tamaño letra */
	width:auto;
	display:block;
	float:left;
	padding-left:15px;
	text-decoration:none;
	cursor:pointer;
	background:url('../images/imgfondomenupr2.png') 0px -30px no-repeat;
	font-weight: bold;
}
.menuprincipal2 li a span{
	line-height:30px; 
	float:left; 
	display:block; 
	padding-right:15px; 
	background:url('../images/imgfondomenupr2.png') 100% -30px no-repeat;}
.menuprincipal2 li a:hover{background-position:0px -60px;} 
.menuprincipal2 li a:hover span{background-position:100% -60px;}
.menuprincipal2 li a.active, .menuprincipal2 li a.active:hover{line-height:30px; 
	font-size:1em ; /*  tamaño letra */
	background:url('../images/imgfondomenupr.png') 0px -90px no-repeat;}
.menuprincipal2 li a.active span, .menuprincipal2 li a.active:hover span{background:url('../images/imgfondomenupr2.png') 100% -90px no-repeat;} 


.submenuhor a {font-family: "Trebuchet MS", Arial;font-size:12px; text-decoration:none; padding-left:3px; padding-right:3px;}
.submenuhor a:hover {}
.submenuhor a:active {}

.submenuvert a {
	font-family: "Trebuchet MS", Arial;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	margin-bottom:2px;
	margin-top:2px;
	display: block;
	line-height: 1.3em;
	width: 95%;
}
.submenuvert a:hover {
	margin-bottom:2px;
	margin-top:2px;
	line-height: 1.3em;
}
.submenuvert a:active{
	margin-bottom:2px;
	margin-top:2px;
	line-height: 1.3em;
}

.categorias {
	width: 96%;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.2em;
	background: #cc3333;
	color:#fff;
	border:0px;
	
	

}

/*  COLUMNAS
*******************************************************************************************************************/

#columnas {
	float:left;
	height:100%;
	overflow:visible;
	width:99%;
} 
.icolumnas {
	display:inline;
	float:left;
	width:46%;
	margin-left:0;
	margin-right:1%;
	text-align:justify;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;	
}

/*  FORMS
*******************************************************************************************************************/

#form					{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#form label				{width:100px; font-size:.75em;}
#form input				{color:#666; padding:2px;  margin-bottom:.5em; font-size:.8em;}
#form select			{color:#666; padding:2px; margin-bottom:.5em;  font-size:.8em;}
#form textarea			{color:#666; padding:2px; margin-bottom:.5em;  font-size:.8em;}
#form input.button		{color:#333; padding:0;background-color: #990000;}
fieldset				{border:none;}
legend					{display:none;}
.botonenviar			{
	color:#FFFFFF;
	background-color: #990000;
}


/*  TIPOGRAFIA
*******************************************************************************************************************/
.titulos {
font-size:1.4em;text-align:left;border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:#999999;font-weight:bold;margin-top:0;margin-bottom:0;line-height: 1.8em;
	font-family:Comic Sans MS;
}

.titulonoticias {
font-size: .9em;text-align: left;border-bottom-width: 0px;border-bottom-style: dotted;border-bottom-color: #999999;font-weight: bold;line-height: 1.1em; margin-top:0;margin-bottom:0px;
}

.fechanoticias {
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	line-height:.8em;
	padding-bottom:0em;
	

}
.cuerponoticias {
	text-align: left;
	font-weight:normal;
	color: #000000;
	font-size: .75em;
	
}
.cuerponormal {
	font-size: .9em;
	text-align: justify;
	color: #000;
	font-family:Comic Sans MS;
}
.notaspequenas {
	font-size:.7em;
	text-align: justify;
	width: 500px;
		font-family:Comic Sans MS;

}


/*  CONTROL IMAGENES Y OBJECTS
*******************************************************************************************************************/
img {margin: 10px; outline:none; border:0px;}
.eidofckflash {padding:0; margin:3px 5px;}

