﻿
body {
    font-family: Arial;
    margin: 0;
    background-color: #f2f2f2;

}


#Top {
    background-image: url(/img/barra_arriba.jpg );
    background-repeat: no-repeat;
    background-position: center;
    height: 87px;
    vertical-align: middle;
}
.cat-contenedor
{   background-color: #fff;
    width: 265px;
    height : 350px;
    float: left ;
    padding: 10px;
    margin-top:10px;
    
    
}
    
.cat-img  {
     max-height:150px;
     max-width:280px;   
     margin-left:auto;
     margin-right:auto;
     margin-top: -20px;    
       
}   
.cat-mas
{  
    position: relative;
    top:310px;  
    text-align:center;  
   
}   
.cat-resumen 
{
    font-family:Arial;
    float:left;    
    text-align:left;
    overflow: hidden;
    width: 250px;
    height: 110px;
    padding: 10px;
    font-size:14px;
    }
    
.cat-titulo
{
    font-family:Chivo;
    font-weight: 600;
    float:left;
    text-align:left;
    width:270px; 
    padding:  10px 10px 0 10px;
    }
.CalActive 
{
    background-color:  Highlight ;
    color:White;
}
#TopChico {
    background: #ff6d00 url(/img/logo.png) 10px center no-repeat;
    height: 59px;
    -webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.25);
}



#Logo
{   width:254px;
    height: 39px;
    left:0px;
    margin-top:10px;
    margin-left:0px;
    text-align:left;
    color:White;
    
    
    }

.pnlPrincipales {
    float:left;        
    margin-bottom:30px;    
    margin-left:30px;    
}


#ArchivoAdjunto
{   float:left ;
    margin-left:5px;
    margin-right:5px;
    font-size:9pt;    
    cursor:pointer;
        }
   
#Quitar
{   float:left ;
    margin-right:5px;
    font-size:9pt;
    vertical-align:middle;
    cursor:pointer;
        }
    
#CajaAdjunto
{
    float:left ;
    height:20px;
    width:120px;
    overflow: hidden;
    border : 1px solid silver;
    background-color:#f8f8f8;
    margin-top:5px;
    margin-bottom :2px;
    margin-right:5px;
    
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
  
  
.divider-vertical {
    height: 30px;                   /* any height */
    border-left: 1px solid  #ddd;     /* right or left is the same */
    float: left;                     /* so BS grid doesn't break */
     margin-right:14px;     
     margin-top:10px
}
.TituloPanel
{
    font-family:Arial;
    font-size: 18px;
    font-weight:bold;
    }
    .TituloMenu
{
    font-family:Chivo;
    font-size: 14px;
    font-weight:bold;
    }
.ItemMenu
{
    font-family:Chivo;
    font-size: 14px;
    
    }
    
/* ESTILOS NUEVOS */

.ico{
	background: url(/img/icons.svg) no-repeat;
	display: inline-block;
	text-indent: -9999px;
}

.ico.ico-submit{
	width: 16px;
	height: 20px;
	background-position: 0 0;
	float: right;
	margin: -2px 0 0 10px
}

.ico.ico-university{
	width: 18px;
	height: 18px;
	background-position: 0 -37px;
}

.message{
	position: absolute;
	background: #ED1C24;
	color: #fff;
	font-size: 0.9em;
	z-index: 9;
	padding: 1em;
	width: 100%;
	left: 0;
	top: 4em;
	opacity: 0;
	transition: 0.3s all
}

#form button, .boton{
	background: none;
	padding: 1em 1.5em;
	border:3px solid #fff;
	font-weight: 800;
	color: #fff;
	display: inline-block;
}

#form button:hover, .boton:hover{
	background: rgba(255,255,255,0.2);
	color: #fff;
	text-decoration: none
}

#action-button{
	position:fixed;
	z-index:99;
	bottom: 2em;
	right: 0;
	cursor: pointer;

	background:url(/img/action-button.svg) no-repeat;
	width:70px;
	height:70px;
	transition: none
}

#action-button.active{
	background-position: -70px 0;
}

#home #action-button{
	top:50%;
	left:50%;
	margin:-35px 0 0 20em;
}

#loadActionButton{
	position: fixed;
	z-index: 999;
	width: 30em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;

	background: #0069FF url(/img/bg-action-button.svg) top left no-repeat;
	background-size:contain;
	color: #fff;

	font-family: "Chivo", sans-serif;
	font-size:14px;
}

#loadActionButton section{
	padding: 2em 3em;
	overflow: hidden;
}

#loadActionButton section + section{
	border-top:1px solid #fff;
}

#loadActionButton h1{
	font-size: 1.1em;
	font-weight: 800
}

#loadActionButton .boton{
	font-size: 0.9em;
	float: right;
	margin-top: 1em
}