﻿body{
	font-family: 'Roboto', sans-serif;
}

#cabecera{
	width: 100%;
	float: left;
	padding: 10px 0;
}

#cabecera-conten{
	width: 1200px;
	margin: 0 auto;
}

#logotipo{
	width: 15%;
	float: left;
}

#logotipo img{
	width: 100%;
}

#menu{
	width: 30%;
	float: right;
	margin: 30px 0 0 0;
}

#menu a{
	color: black;
	text-decoration: none;
}

#menu ul{
	width: 100%;
	float: left;
}

#menu ul li{
	width: 49%;
	float: left;
}

.separacion{
	background: gray;
	width: 0.5%;
	height: 20px;
	float: left;
	padding: 12px 0;
}

.menu{
	width: 100%;
	color: gray;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
}

.menu:hover, .activo{
	color: #0478af;
}


.bienvenido{
	width: 30%;
	color: #0478af;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 12px 0;
	float: right;
}

.bienvenido span{
	color: red !important;
}






#contenido{
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	float: left;
}

#contenido-conten{
	width: 1200px;
	margin: 0 auto;
}




#formulario{
	width: 50%;
	margin: 0 25%;
	float: left;
	padding: 40px 0 20px;
}

.titulo{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: white;
}

#leyenda{
	width: 100%;
	text-align: center;
	color: white;
	font-size: 14px;
	float: left;
	margin: 20px 0;
}

#leyenda a{
	color: #adbcda;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#leyenda strong{
	border: 0px solid red;
	color: #adbcda;
}



.admin{
	width: 100%;
	float: left;
	padding: 12px 0;
}

.cabecera-admin{
	width: 100%;
}

.cabecera-admin-i{
	width: 50%;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	color: white;
	float: left;
	padding: 12px 0;
}

.cabecera-admin-d{
	width: 48%;
	text-align: center;
	float: right;
}

.boton{
	width: 60%;
	background: #0478af;
	color: white;
	padding: 12px 0px;
	cursor: pointer;
	float: right;

	border-radius: 8px;
}

.boton:hover{
	background: #cbd530;
	color: white;
}



.desborde{
	background: #f7f7f7;
	width: 80%;
	height: 400px;
	margin: 20px 10%;
	float: left;

	border-radius: 4px;
}

.desborde table{
	width: 100%;
}

table{
	border: 0px solid red;
	float: left;
}

table tr td{
	width: 33.33% !important;
	text-align: center;
	padding: 6px 0;
	vertical-align: text-top;
}

.conPadding{
}
.conPadding tr td{
	width: 33.33%;
	padding: 6px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.titulos{
	font-weight: bold;
}

.titulos:hover{
	background: #f7f7f7 !important;
}

.fecha{
	color: gray;
}

.input-registro{
	font-size: 14px;
	font-weight: normal !important;
	padding: 2px !important;

	border-radius: 6px !important;
}


.cuadro-blanco{
	background: white;
	width: 60%;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	color: #005085;
	margin: 30px 20%;
	padding: 25px 0;
}

.cuadro-blanco span{
	color: gray;
	font-size: 18px;
}



.fechas-actualizadas{
	width: 100% !important;
	height: 310px;
	color: gray !important;
	float: left;

	overflow-y: scroll;
}


.notita{
	color: blue;
	cursor: pointer;
}

.notita:hover{
	text-decoration: underline;
}


.aviso{
	width: 100%;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 22px;
	float: left;
	margin: 12px 0 0 0;
}




#pie{
	width: 100%;
	color: #0478af;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	float: left;
	padding: 20px 0;
}