@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah|Lato:400,700);

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
	acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, 
	sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
	tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, 
	header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }



/* #Basic Styles
================================================== */
	body {
		
	font-family:'Lato', sans-serif;,"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #A0A0A0;
    font-weight: 400;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */


	h1, h2, h3, h4, h5, h6 {
	//font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family:Tahoma,Geneva,sans-serif;	
	text-shadow:#000000 1px 1px 1px;
    color:#841843;
    font-weight:600;
    margin: 0 0 20px;
    text-transform: none;   
	}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 28px; line-height: 40px; margin-bottom: 14px;}
	h2 { font-size: 23px; line-height: 30px; margin-bottom: 10px; }
	h3 { font-size: 18px; line-height: 24px; margin-bottom: 2px; }
	h4 { font-size: 13px; line-height: 20px; margin-bottom: 4px; }
	h5 { font-size: 10px; line-height: 20px; }
	h6 { font-size: 8px; line-height: 18px; }
	.subheader { color: #777; }

	p {
	margin: 0 0 20px 0;
	color: #747474;
	font-size: 1.1em !important;
	font-family: Tahoma,Geneva,sans-serif;
	padding: 1px;
	text-align: left;
	line-height: 20px;
}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color:#777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */

    a:link{ color:#FFFFFF; text-decoration:none;} 
	a:hover, a:focus { color: yellow;  }
	/*p a, p a:visited { line-height: inherit; }*/
	a:visited{color:yellow;}


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #layout
================================================== */

#container{ font-size:14px;}
#main{ padding:10px; background-color: rgba(255, 255, 255, .5); margin-bottom:15px;}
#Header{ background:url(../images/header.png) no-repeat top center; width:940px; height:320px;}

#BarraNav{ background:#8D3A56; height:40px; width:940PX; margin:10px 0px;}
#BarraNav ul{ margin-bottom:0px;}
#BarraNav ul li a{ float:left; display:inline-block; padding:7px 20px; margin:2px;}
#BarraNav ul li a{ float:left; display:inline-block; padding:7px 20px; margin:2px;}
.logo{ margin:35px 20px 10px 30px;}
.infoTop{ color:#FFFFFF; margin:40px 15px 0px 10px;}

/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}


#sliderImg{ margin-bottom:35px;}
ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
	color:black;
	font-size:1.1em;
}

.alfa{
/*border:1px solid blue;*/
width:422px;
height:610px;
float:left;
margin:18px;
}

img{
/*border:1px solid blue;*/
//box-shadow:5px 5px 4px #B7B7B7;
}

/******* UBICACION MAPA *******/
#mapaUbicacion{
border:1px solid gray !important;
margin:0 auto;
width:600px;
height:auto;
overflow:auto;
}

/******* Líneas guindas *******/

body{
margin:0 auto !important;
background:#8D3A56 !important;
width:1000px;
overflow:auto;
}

#wrapperTotal{
width:980px !important;
background:white;
overflow:hidden;
margin:0 auto !important;
margin-left:120px;
margin-right:120px;
}

/************ NOSOTROS ***********/
.contenidoTexto{
//border:1px dotted blue;
margin-top:14px;
margin-left:-17px;
padding:1px;
width:58%;
float:left;
}

.contenidoImagen{
//border:1px dotted blue;
width:auto;
margin-right:-14px;
margin-bottom:11px;
float:right;
height:auto;

-webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 1px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 1px 0px rgba(50, 50, 50, 0.75);
}

.subT{
color:#841843 !important;
font-size:1.1em;
font-weight:bold;
font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family:Tahoma,Geneva,sans-serif;	
text-shadow:#000000 1px 1px 1px;
margin-left:1px !important;
}
 

.misionHidden{
//border:1px solid red;
margin:0 auto;
margin-top:2px;
width:98%;
height:auto;
padding:4px;
}

#bloque01{
border:1px dotted gray;
margin:0 auto;
margin-top:2px; 
margin-bottom:4px;
overflow:auto;
width:40%;
background:#B7C1C0;
float:left;
}

#bloque01 p{
//font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family:Tahoma,Geneva,sans-serif;	
text-shadow:#000000 1px 1px 1px;
color:#841843;
font-weight:600;
font-size:1.6em;
margin: 0 0 20px;
text-transform: none; 
float:left;
margin:4px 0 6px 40px;
}

#bloque01 img{
float:left;
margin-left:4px;
margin-top:4px;
}

/******* TABS JQUERY  *******/
#tabs{
overflow:auto;
}

li.ui-state-default{ 
font-size : 11px;
}

div.ui-tabs-panel{
font-size : 15px;
font-family : georgia; 
}

/** NOSOTROS **/
#tabsMision p, #tabsVision p, #tabsValores p{
margin: 0 0 20px 0!important; 
color:#747474!important; 
font-size:1.0em !important;
font-family:Tahoma,Geneva,sans-serif !important 
padding:1px!important;
text-align:justify !important 
line-height:20px!important;
font-style: normal !important;
}

/** SISTEMAS DE ENSEÑANZA **/
#tabsInfantil p, #tabsIntermedio p, #tabsAvanzado p{
margin: 0 0 20px 0!important; 
color:#747474!important; 
font-size:1.0em !important;
font-family:Tahoma,Geneva,sans-serif !important 
padding:1px!important;
text-align:justify !important 
line-height:20px!important;
font-style: normal !important;
}


 #footer{ height:70px; width:940PX; margin:10px 0px 10px 0px;}
 .redes img{ margin-left:5px; margin-top:10px;}
 .textFooter{margin:-12px; font-size:0.8em !important;; text-align:center; margin-top:12px; }
 .textFooter p{margin:2px; font-size:0.9em !important;}
 .textFooter a{color:#841843;}
 .textFooter a:hover{color:#747474; text-shadow: 3px 3px 2px rgba(150, 150, 150, 1);}
.float-derecha{float:right;}
.margin{margin:5px;}

.textFooter p{

}

.textFooter a{
font-size:0.9em !important;
}
