/* 
    Document   : Estilos
    Created on : Julio 2014
    Author     : Ala de Dragón (Gabriela Delgado)
    Description:
        Hoja de estilos para Aula Virtual - Proyecto SOS Telemedicina

*-------------------------------------------------------

 CONETNIDOS

      0.    Estilos Generales  
      1.    Diagramacion general 
      2.    Columnas
      3.    
      4.    

*/

root { 
    display: block;
}

body, html { height: 100%;}

body {
    margin:0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color:#525356;
    font-size:1em;  /*15pix*/
    background: #fbfbfb;
	line-height:1.2em;
}

div, nav {
    display: block;
}

h1 {
    color:#EDB500;
    font-size: 2.5em;
    font-weight: normal;
	margin:1em auto;
	line-height:1em;
}

a {
    color:#0B5379;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

strong {
    font-weight: bold;
}

.clear {
    clear: both;
}

img{
	width:100%;
	height:auto;
	vertical-align:top;
}

/*----------------------------------------------
				
				
				CABCERA
				
				
----------------------------------------------*/

.lineaTop{
	width:100%;
	border-bottom:6px solid #DBDBDB;
}


#headerPpal{
    max-width: 66.67em ;  /* 1000px */ 
    margin: 0 auto;
	
}

.BaseBtnPpal{
	width:100%;
	margin:-0.45em auto;
	padding:0;
	text-align:center;
}

.Menu li{
	display:inline-block;
	vertical-align:top;
}

.Menu li.special{
	border: 1px solid #dbdbdb;
	padding: 0.3em 1em;
	margin-top:0.45em;
}

.Menu a{
	font-family: 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
	font-size:0.9em;
}


@media(max-width:560px) {
	.Menu a{
		font-size:0.75em;
	}
	
	.Menu li.special{
		width:100%;
		border:0;
	}
}



.rrss{
	margin-left:0.3em;
	display:inline-block;
	vertical-align:middle;
}


.btnB {  /* botón secundario */
    background: #FFF;
    border: 1px solid #dbdbdb;
    color: #ebb41d;
    text-decoration: none;
    font-weight: normal;
    padding: 0.6em 1em;
}

.btnB:hover {  /* botón secundario */
    background: #ebb41d;
    color: #FFF;
}

.btnA {  /* botón secundario */
    background: #ebb41d;
    border: 1px solid #dbdbdb;
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
    padding: 0.6em 1em;
}

.btnA:hover {  /* botón secundario */
    background: #FFF;
    color: #ebb41d;
}





.Logo{
	width:8em;
	margin:5em auto;
}

.Texto{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#05213F;
	font-size:1.5em;
	line-height:1.2em;
	padding:0 2em;
	text-align:center;
}

.Texto2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:1.2em;
	line-height:1em;
	padding:0 2em;
	text-align:center;
	margin-top:1em;

}


@media(max-width:830px) {
	.Texto{
		font-size:1.2em;
	}

	.Texto2{
		font-size:1em;
		line-height:1.2em;	
	}
}

@media(max-width:560px) {	
	.Logo{
		width:50%;
		margin:2em auto;
	}
	.Texto{
		font-size:1.1em;
	}

	.Texto2{
		font-size:0.95em;
	}
}

@media(max-width:350px) {	
	.Logo{
		width:60%;
	}
	.Texto{
		font-size:1em;
	}

	.Texto2{
		font-size:0.9em;
	}
}


/*----------------------------------------------
				
				
				DIVISION
				
				
----------------------------------------------*/

.LineaDiv{
	border-bottom:1px solid #CCCCCC;
	width:100%;
	margin-top:4em;
}



/*----------------------------------------------
				
				
				CONTENIDO
				
				
----------------------------------------------*/

#contenido {
    max-width: 68.67em ;  /* 1000px */ 
    margin: 1em auto;
	padding:0 1.2em;
}



/*----------------------------------------------
				
				
				PARA LA GALERÍA
				
				
----------------------------------------------*/

.TresCol{
	width:33.3%;
	float:left;
	text-align:center;
	margin-bottom:0.4em;
}

@media(max-width:910px) {
	.TresCol{
		width:50%;
	}
}

@media(max-width:590px) {
	.TresCol{
		width:100%;
		margin:1em auto;
	}
}


.imagen{
	width:25%;
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	vertical-align:text-bottom;
	margin-top:-0.8em;
}

.Base{
	margin-bottom:1.5em;
}

.txtPortal{
	font-weight:bold;
	color:#EAB21E;
}



/*----------------------------------------------
				
				
				PARA LA GALERÍA
				
				
----------------------------------------------*/

.ModTexto{
	margin:5em auto 2em auto;
	text-align:center;
}

.ModTexto .txt{
	width:50%;
	margin:auto;
}

.txt_peque{
	font-size:0.9em;
	width:70%;
	margin:auto;
}

.Azul{
	color:#05203F;
}


.fondoContacto{
	margin-top:5em;
	background-color:#F9F9F9;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	width:100%;
}

.ColA{
	width:40%;
	float:left;
	margin-top:4em;
	text-align:left;
	padding:0 2%;
}

.ColB{
	width:60%;
	float:right;
	margin-top:4em;
	padding:0 2%;
}



@media(max-width:825px) {
	.ModTexto .txt{
		width:90%;
	}
	
	.txt_peque{
		width:90%;
	}
	
	.ColB, .ColA{
		float:none;
		width:100%;
	}
}

@media(max-width:400px) {
	.txt_peque{
		width:100%;
	}
}



/* ---------------------------------------------------


    19.     FORMULARIO


------------------------------------------------------*/

.formulario input {
	width:100%; 
	padding:1em;
	background-color:#FFF5DA;
	font-size:0.85em; 
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #A7A7A7;
	margin-bottom:0.5em;

}

.formulario textarea {
	height:85px; 
	width:100%; 
	padding:1em;
	background-color:#FFF5DA;
	font-size:0.85em; 
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #A7A7A7;
	margin-bottom:0.5em;
}

.formulario input[type=submit] {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	background-color:#EDB500;
	text-align:center;
	padding:0.5em;
	width:30%;
	font-style:normal;
	border:0;
}

.Mapa{
	width:100%;
	min-height:450px;
}







/* ---------------------------------------------------


    6.     FOOTER


------------------------------------------------------*/

#BaseFoo{
	border-bottom:40px solid #DBDBDB;
	width:100%;
	margin-top:2em;
}

footer.footerPpal {
	max-width: 64em ;  /* 1000px */ 
    margin: 0 auto;
	text-align:left;
	padding:2em;
}

.ucv{
	float:right;
	width:50%;
	line-height:1.5em;
	font-size:0.8em;
}

.logoUCV{
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	width:18%;
	margin-top:-1em;
}

.rrssFoo{
	float:left;
	width:40%;
}

.rrssFoo{
	margin-top:2em;
	vertical-align:middle;
}

.space{
	margin-right:0.5em;
}

@media(max-width:760px) {
	.ucv, .rrssFoo{
		float:none;
		width:100%;
	}
}

@media(max-width:760px) {
	.logoUCV{
		float:none;
		margin-right:70%;
	}
}




/* ---------------------------------------------------


    6.     NAVEGACION


------------------------------------------------------*/

nav.Navegacion{
	max-width:100%;
	margin:1.5em auto;
}

nav.Navegacion li{
	display:inline-block;
	vertical-align:middle;
	padding-right:1.5em;
}

nav.Navegacion li a{
	font-size:0.95em;
	text-decoration:none;
	color:#05223F;
}

nav.Navegacion li a:hover{
	color:#EAB31E;
}

nav.Navegacion li.Ppal{
	background-image:url(../images/fondo_flecha.png);
	background-repeat:no-repeat;
	width:152px;
	height:34px;
	padding:0.5em 0 0 0.8em;
	margin-right:1.2em;
}

nav.Navegacion li.Ppal:hover{
	background-image:url(../images/fondo_flecha_over.png);
}

nav.Navegacion li.Ppal a{
	color:#EAB31E;
	font-weight:bold;
	text-decoration:none;
	font-size:0.95em;
}

nav.Navegacion li.Ppal a:hover{
	color:#062340;
}


@media(max-width:655px) {
	nav.Navegacion li a{
		font-size:0.85em;
	}

	nav.Navegacion li{
		padding-right:0.5em;
	}

	nav.Navegacion li.Ppal{
		margin-bottom:1em;
		margin-right:60%;
	}
}

@media(max-width:480px) {
	nav.Navegacion li{
	display:block;
	}
}

/*

#crumbs ul li a {
	display: block;
	float: left;
	height: 30px;
	background: #006393;
	text-align: center;
	padding: 5px 20px 0 20px;
	position: relative;
	margin: 0 15px 50px 0;
	font-size: 0.8em;
	text-decoration: none;
	color: #fff;
}

li.Ppal a {
	display: block;
	float: left;
	height: 30px;
	background: #006393;
	text-align: center;
	padding: 5px 20px 0 20px;
	position: relative;
	margin: 0 15px 50px 0;
	font-size: 0.8em;
	text-decoration: none;
	color: #fff;
}

li.Ppal a:hover {

	background: #EAB31E;

}


li.Ppal a:after {
	content: "";  
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #006393;
	position: absolute; right: -15px; top: 0;
}

li.Ppal a:hover:after {
	content: "";  
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #EAB31E;
	position: absolute; right: -15px; top: 0;
}


/*#crumbs ul li a:hover {
	background: #DBDBDB;
	color:#515355;
}

#crumbs ul li a:hover:after {
		content: "";  
	border-top: 10px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 10px solid #DBDBDB;
	position: absolute; right: -10px; top: 0;
}

#crumbs ul li.activo a {
	background: #DBDBDB;
	color:#515355;
}

#crumbs ul li.activo a:after {
	content: "";  
	border-top:none;
	border-bottom:none;
	border-left:none;
	position: none;
}

