body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	background-color: #F2F2F2;
	color: #333;
	margin: 0;
	padding: 0;
}

button {
	border-radius: 0 !important;
}
.well {
	border-radius: 0 !important;
}

/*== Principal==*/
main {
	width: 960px;
	margin: 0 auto;
	box-shadow: 0 0 12px 0 #ccc;
}
main > section {
	background: #fff;
	padding: 5px;
}
/*== Encabezado ==*/
header {
	height: 100px;
	color: #373435;
	background: #FFFFFF url("../img/logo.png") 15px center no-repeat;
}
header h1 {
	float: right;
	line-height: 100px;
	margin: 0 25px;
	font-weight: bold;

}
header a {
	display: block;
	margin: 10px 5px;
	height: 80px;
	width: 205px;
	float: left;
}

nav {
	background: #ecf0f1;
	padding: 10px;
	margin: 10px 0px; 
}


table > tbody tr{
	border-left: 2px solid #FFF;
}

table > tbody tr:hover {
	cursor: default;
	border-left: 2px solid #e74c3c;
}

table > thead {
	background: #1D7E3A;
	color: #FFFFFF;
}

table .cerrado {
	background: #ecf0f1;
	color: #bdc4d2;
}

table .cerrado:hover {
	background: #ecf0f1 !important;
	color: #bdc4d2 !important;
	border-left: 2px solid #FFF;
}

#formPersonas > .input-group{
	margin-bottom:  10px !important;
}

.modal  #usuarioDetalles {
	display: none;
}

.modal #btnInscribir {
	display: none;
}

.modal #opciones-compartir-certificado {
	display: none;
}

.modal #checkInscripcionEnviarEmail {
	display: none;
}





footer {
    padding: 20px;
    color: #fff;
    background-color: #1D7E3A;
    text-align: left;
    font-size: 12px;
    border-bottom: 30px solid #00421f;
}


select {
	margin-bottom: 10px;
}
