﻿h1{
	font-size:1.2 em;
	font-weight: bold;
	text-align: center;
	color:#555555;
}
#descargar{
	text-align: center;
}
#descargar a{
	font-size:0.8 em;
	font-weight: bold;
	text-align: center;
}
#descargar a:hover{
	cursor: pointer;
}

#descargar2{
	display:inline-block;
	vertical-align:top;
	text-align: center;
	float:right;
	
}
#descargar2 a{
	font-size:0.8 em;
	font-weight: bold;
	text-align: center;
}
#descargar2 a:hover{
	cursor: pointer;
}


label{display: inline-block;color:#555555; font-weight:bold;}
#buscarPor{}
#filtro{width:100%; max-width:100%; margin-top:1em;}
#filtro1, #buscar, #filtro2{
	border-bottom: 1px solid #555555;
	color: #555555;
	font-weight: bold;
}

#CmdFiltro{
	margin-top:2em;
	background-color: #555555;
	color: #ffffff;
	padding:.3em;
}
#loading {
	margin-top: 45px;
	display: none;
}
.adscripcion{
	width: 100%;
	max-width: 100%;
	color:#555555;
	font-weight: bold;
	margin-top: 3em;
	margin-bottom: 1em;
}
.direccion{
	font-weight: normal;
	font-size:.9em;
}
.menu{
	width: 100%;
	max-width: 100%;
	background-color: #f3f3f4;

}

.nombreM, .puestoM, .telefonoM, .correoM{
	display: inline-block;
	vertical-align:top;
	width:24%;
	max-width: 24%;
	color: #767676;
	font-weight: bold;
	font-size: .9em;
	padding-top: .5em;
	padding-bottom: .5em;
}
.fila{
	width: 100%;
	max-width: 100%;
	display: inline-block;
	vertical-align:top;
	min-height:35px;
	height: auto;
	max-height:150px;
	margin-top: .5em;
}
.nombre1, .puesto1, .telefono1, .correo1, .nombre2, .puesto2, .telefono2, .correo2{
	display: inline-block;
	vertical-align:top;
	width:24%;
	max-width: 24%;
	color: #555;
	font-weight: bold;
	font-size: .8em;
}

.puestoM, .telefonoM, .correoM, .puesto1, .telefono1, .correo1, .puesto2, .telefono2, .correo2{
	text-align: center;
}


/*********************/

/*Estilos Generales*/
.button {
	background:#7f8c8d;
	color:#fff;
	display:inline-block;
	font-size:1.25em;
	margin:20px;
	padding:10px 0;
	text-align:center;
	width:200px;
	text-decoration:none;
	box-shadow:0px 3px 0px #373c3c;
}

.button span {
	margin-right:10px;
}

/*Colores*/
.button.blue {
	background:#3498db;
	box-shadow:0px 3px 0px #266792;
}

.button.yellow {
	background:#e67e22;
	box-shadow:0px 3px 0px #b55704;
}
.button.red {
	background:#767676;
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}


/*Tamaños*/
.button.medium {
	width:350px;
}


.button.large {
	width:450px;
}


.button.radius {
	border-radius:50px;
}

/*Efectos, Hover*/
.button:hover {
	box-shadow:0px 0px 0px;
	padding-top:7px;
	color:#fff;
}