@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(responsive.css);

html {
	width:100%;
	height:100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration:none;
}
.transicion {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#wrapper {
	width:100%;
	float:left;
	height:auto;
	overflow:hidden;
}
#contendor90 {
	width:90%;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0px 5%;
}
#contendor80 {
	width:80%;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0px 10%;
}
#contendor75 {
	width:76%;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0px 12%;
}

.celeste { background-color:#3695eb; }
.grisOscuro { background-color:#d9d9d9; }
.grisIntermedio { background-color:#e6e6e6; }
.grisClaro { background-color:#f9f9f9; }
.blanco { background-color:#FFF; }
.verde { background-color:#1cd8a1; }
.azul { background-color:#235f96; }

#cabeceralogin {
	width:94%;
	height:40px;
	padding:15px 3%;
	float:left;
}
#cabeceralogin #precabecera {
	width:60%;
	height:auto;
	overflow:hidden;
	padding-bottom:15px;
	float:left;
	border-bottom:1px solid #CCC;
	font-family: 'Oswald', sans-serif;
	color:#FFF;
	font-size:14px;
	line-height:40px;
	font-weight:200;
	text-decoration:none:
}
#cabeceralogin #precabecera #cajaDireccion {
	width:auto;
	height:40px;
	float:left;
	padding-left:30px;
	background-image:url(icono/direccion24.png);
	background-position:left center;
	background-repeat:no-repeat;

}
#cabeceralogin #precabecera #cajaFacebook {
	width:auto;
	height:40px;
	float:left;
	margin-left:50px;
	padding-left:30px;
	background-image:url(icono/facebook24.png);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#FFF;
}
#cabeceralogin #precabecera #cajaTelefono {
	width:auto;
	height:40px;
	float:left;
	margin-left:50px;
	padding-left:30px;
	background-image:url(icono/telefono24.png);
	background-position:left center;
	background-repeat:no-repeat;
}
#cabeceralogin #formulario{
	width:40%;
	height:40px;
	overflow:hidden;
	float:left;
}
#cabeceralogin #formulario .caja{
	width:calc(40% - 40px);
	height:34px;
	float:left;
	padding:0px 15px;
	margin:3px 5px;
	text-align:left;
	border:none;
	background-color:#FFF;
	color:#CCC;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	line-height:40px;
	font-weight:200;
}
#cabeceralogin #formulario .caja:focus{
	color:#000;
}
#cabeceralogin #formulario .btnIniciar{
	width:20%;
	height:34px;
	background-color:#1cd8a1;
	color:#FFF;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	line-height:34px;
	font-weight:400;
	margin:3px 0px;
	border:none;
	text-transform:uppercase;
}
#cabeceralogin #formulario #recuperarPass{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:35px;
	text-align:center;
}
#cabeceralogin #formulario #recuperarPass .btn{
	color:#FFF;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:200;
}

#cabecera {
	width:94%;
	height:auto;
	padding:0px 3% 10px 3%;
	overflow:hidden;
	float:left;
	background-color:#eeeeee;

}
#cabecera #logo{
	width:250px;
	height:105px;
	margin-top:20px;
	float:left;
	background-image:url(cabeceraLogo2.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:250px auto;
}
#cabecera #menu {
	width:calc(100% - 250px);
	height:auto;
	overflow:hidden;
	float: right;
	margin-top:15px;
}
#cabecera #menu #boton{
	width:auto;
	height:32px;
	float:right;
	margin:30px 2px;
	padding:6px 12px;	
	font-family: 'Oswald', sans-serif;
	color:#666;
	font-size:19px;
	line-height:32px;
	font-weight:200;
	text-transform:uppercase;
}
#cabecera #menu #boton:hover{
	color:#FFF;
	background-color:#3695eb;
}
#pie {
	height:auto;
	float:left;
	min-height:100px;
	background-repeat:no-repeat;
}
#pie #caja{
	float:left;
	height:auto;
	overflow:hidden;
}
#pie #caja .titulo{
	width:100%;
	float:left;
	font-family: 'Oswald', sans-serif;
	color:#FFF;
	font-weight:400;
	text-transform:uppercase;
}
#pie #caja .itemCaja{
	height:auto;
	float:left;
	overflow:hidden;
	font-family: 'Oswald', sans-serif;
	color:#FFF;
	font-weight:200;
	background-position:left center;
	background-repeat:no-repeat;
}
#pie #caja .itemCaja2{
	height:auto;
	float:left;
	overflow:hidden;
	font-family: 'Oswald', sans-serif;
	color:#1cd8a1;
	font-weight:200;
	background-position:left center;
	background-repeat:no-repeat;
}
#pie #caja .direccion { background-image:url(icono/direccion24-verde.png);}
#pie #caja .telefono { background-image:url(icono/telefono24-blanco.png);}
#pie #caja .web { background-image:url(icono/web24-verde.png);}
#pie #caja .atencion { background-image:url(icono/atencion24.png);}
#pie #caja .sistema { background-image:url(icono/sistema24.png);}

#slideInicio {
	width:100%;
	height:490px;
	float:left;
	overflow:hidden;
}
#inicioNovedades {
	float:right;	
}
#inicioNovedades #tituloSeccion {
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	font-family: 'Oswald', sans-serif;
	color:#999;
	font-weight:200;
	text-transform: uppercase;
	text-align:center;
	}
#inicioNovedades #item {
	width:100%;
	float:left;
	display:table;
}
#inicioNovedades #item #fecha{
	display: table-row;
	display: table-cell;
	vertical-align: middle;
	height:100%;	
	font-family: 'Oswald', sans-serif;
	color:#3695eb;
	font-weight:200;
	text-transform:uppercase;
}
#inicioNovedades #item:hover #fecha{
	color:#1cd8a1;
}
#inicioNovedades #item #titulo{
	display: table-row;
	display: table-cell;
	vertical-align: middle;
	height:100%;	
	font-family: 'Oswald', sans-serif;
	color:#000;
	text-align:left;
	border-bottom:1px solid #FFF;
	font-weight:200;
	letter-spacing:0.3px;
}
#inicioNovedades #item:hover #titulo{
	color:#235f96;
}

#inicioNovedades .btnVerMas{
	height:40px;
	float:left;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	line-height:40px;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	background-color:#1cd8a1;
	color:#FFF;
}
#inicioNovedades .btnVerMas:hover{
	background-color:#3695eb;
}
#novedadesContent {
	width:100%;
	height:auto;
	float:left;
	padding-bottom:40px;	
}
#novedadesContent .item {
	height:auto;
	float:left;
	display:table;
	border-bottom:1px solid #CCC;
	background-color:#FFF;
}
#novedadesContent .select {
	background:rgba(231,231,231,.2);
}
#novedadesContent .item .fecha{
	font-family: 'Oswald', sans-serif;
	color:#3695eb;
	font-weight:200;
	text-transform:uppercase;
	float:left;
}
#novedadesContent .item:hover .fecha{
	color:#1cd8a1;
}
#novedadesContent .item .titulo{
	display: table-row;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Oswald', sans-serif;
	color:#666;
	text-align:left;
	font-weight:200;
	letter-spacing:0.3px;
}
#novedadesContent .item:hover .titulo{
	color:#235f96;
}
#novedadesContent .item .detalle{
	font-family: 'Oswald', sans-serif;
	color:#000;
	text-align:left;
	font-weight:200;
	letter-spacing:0.3px;
}
#novedadesContent .item .detalle img{
	width:auto;
	float:left;
}
#novedadesContent .item .detalle .btnCerrar{
	float:right;
	font-family: 'Oswald', sans-serif;
	color:#FFF;
	background-color:#3695eb;
	font-size:14px;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
}
#novedadesContent .item .detalle .btnCerrar:hover{
	background-color:#1cd8a1;
}
#novedadesContent #capacitacion{
	height:auto;
	overflow:hidden;
	float:left;
}
#novedadesContent #loginCurso{
	height:auto;
	float:right;
}
#loginCurso #formulario{
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top:30px;
}
#loginCurso #formulario #tituloLogin{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	font-family: 'Oswald', sans-serif;
	color:#999;
	font-weight:200;
	text-transform: uppercase;
	text-align:center;
}
#loginCurso #formulario .caja{
	width:calc(90% - 40px);
	height:50px;
	float:left;
	padding:0px 20px;
	margin:0px 5% 5px 5%;
	text-align:left;
	border:none;
	background-color:#FFF;
	color:#CCC;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	line-height:50px;
	font-weight:400;
}
#loginCurso #formulario .caja:focus{
	color:#000;
}
#loginCurso #formulario .btnIniciar{
	width:90%;
	height:60px;
	background-color:#1cd8a1;
	color:#FFF;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	line-height:60px;
	font-weight:400;
	margin:5px 5%;
	border:none;
	text-transform:uppercase;
}
#inicioArea {
	float:right;
	background-image:url(bg-InicioArea.png);
	background-repeat:no-repeat;	
}
#inicioArea #formulario{
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top:30px;
}
#inicioArea #formulario .caja{
	width:calc(90% - 40px);
	height:50px;
	float:left;
	padding:0px 20px;
	margin:0px 5% 5px 5%;
	text-align:left;
	border:none;
	background-color:#FFF;
	color:#CCC;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	line-height:50px;
	font-weight:400;
}
#inicioArea #formulario .caja:focus{
	color:#000;
}
#inicioArea #formulario .btnIniciar{
	width:90%;
	height:60px;
	background-color:#1cd8a1;
	color:#FFF;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	line-height:60px;
	font-weight:400;
	margin:5px 5%;
	border:none;
	text-transform:uppercase;
}
#inicioArea #formulario #recuperarPass{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:35px;
	text-align:center;
}
#inicioArea #formulario #recuperarPass .btn{
	color:#FFF;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:200;
}
#tituloGral {
	width:100%;
	height:auto;
	color:#666;
	font-family: 'Oswald', sans-serif;
	font-weight:200;
	text-transform:uppercase;
	overflow:hidden;
}
.tituloGral_cen {
	width:100%;
	text-align:center;
	background-image:url(bg-tituloGral.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
.tituloGral_izq {
	width:100%;
	text-align:left;
	background-image:url(bg-tituloGral.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.tituloGral_liquidacion {
	float:left;
	text-align:left;
	background-image:url(bg-tituloGral.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:10px;	
}
.tituloGral_obraSocial {
	float:left;
	text-align:left;
	background-image:url(bg-tituloGral.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:10px;	
}
.btnObraSocial {
	height:auto;
	float:right;
}
.btnObraSocial .btnOpcion {
	width:calc(100% - 10px);
	height:58px;
	float:right;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	line-height:60px;
	color:#FFF;
	background-color:#3695eb;
	border:none;
	text-transform:uppercase;
}

.liqAno {
	height:auto;
	float:right;
}
.liqAno select {
	color:#666;
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	line-height:30px;
	font-weight:200;
	text-transform:uppercase;
	float:right;
	margin-top:15px;
	padding:0px 15px;
	border:none;

}
#padronOdontologico {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	margin:40px 0px;
}
#padronOdontologico #item {
	text-align:left;
	background-image:url(bg-itemPadronOdont.png);
	background-position:left 10px;
	background-repeat:no-repeat;
}
#padronOdontologico .itemPrincipal {
	float:left;
}
#padronOdontologico .itemDetalle {
	float:left;
}
#padronOdontologico #item:hover {
	background-image:url(bg-itemPadronOdont_on.png);
}
#padronOdontologico #item .localidad{
	width:100%;
	font-family: 'Oswald', sans-serif;
	font-weight:200;
	color:#3695eb;
	text-transform:uppercase;	
}
#padronOdontologico #item:hover .localidad{
	color:#1cd8a1;
}
#padronOdontologico #item .cantOdontologo{
	width:100%;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	color:#666;	
}
#padronOdontologico #item:hover .cantOdontologo{
	color:#000;
}
#padronOdontologico #verMas {
	width:100%;
	float:left;
	margin:25px 0px;
	height:auto;
	overflow:hidden;
}
#padronOdontologico #verMas .btn{
	height:40px;
	line-height:40px;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	font-weight:400;
	color:#FFF;
	background-color:#CCC;
	float:left;
	text-align:center;
}
#padronOdontologico #verMas .btn:hover{
	background-color:#999;
}
#contacto {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
}
#contacto #formulario {
	width:100%;
	margin:35px 0px;
	float:left;
	padding-bottom:35px;
	border-bottom:dotted 2px #CCC;
}
#contacto #formulario .caja {
	width:calc(100% - 25px);
	height:auto;
	float:left;
	padding-left:15px;
	background-color:#f1f1f1;
	border:none;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	line-height:60px;
	color:#999;
	margin-left:10px;
	margin-bottom:10px;
}
#contacto #formulario .caja:focus {
	color:#000;
}
#contacto #formulario .cajaDesactivada {
	width:calc(100% - 25px);
	height:auto;
	float:left;
	padding-left:15px;
	background-color:#f1f1f1;
	border:none;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	line-height:60px;
	color:#3695eb;
	margin-left:10px;
	margin-bottom:10px;
}


#contacto #formulario .combo {
	width:calc(100% - 10px);
	height:60px;
	float:left;
	padding-left:15px;
	background-color:#f1f1f1;
	border:none;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	line-height:60px;
	color:#999;
	margin-left:10px;
	margin-bottom:10px;
}
#contacto #formulario .combo:focus {
	color:#000;
}

#contacto #formulario .btnEnviar{
	width:calc(100% - 10px);
	height:58px;
	float:right;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	line-height:60px;
	color:#FFF;
	background-color:#3695eb;
	border:none;
	text-transform:uppercase;
	margin-top:5px;
}
#contacto #formulario #columnaCentral {
	height:auto;
	float:left;
	overflow:hidden;
}
#contacto #formulario #columnaIzq {
	height:auto;
	float:left;
	overflow:hidden;
}
#contacto #formulario #columnaDcha {
	height:auto;
	float:left;
	overflow:hidden;
}
#contacto .fallo {
	float:left;
	width:100%;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	line-height:40px;
	color:#af4646;
}
#contacto .envio {
	float:left;
	width:100%;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:25x;
	line-height:40px;
	color:#33cc99;
}
#contacto #mapa {
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
}
#quienesSomos {
	width:100%;
	margin:30px 0px;
	height:auto;
	overflow:hidden;
	float:left;
}
#quienesSomos #detalle{
	width:100%;
	font-size:22px;
	margin:0px 0px 20px 0px;
	padding-bottom:20px;
	border-bottom:1px dotted #666;
	line-height:30px;
	font-family: 'Oswald', sans-serif;
	font-weight:200;
	color:#333;
	overflow:hidden;
}
#quienesSomos #detalle img{
	height:auto;
	float:left;
}
#quienesSomos #item {
	float:left;
	text-align:left;
}
#quienesSomos #item .foto{
	width:100%;
	float:left;
}
#quienesSomos #item .foto img{
	width:auto;
	height:100%;
}
#quienesSomos #item .nombre{
	width:100%;
	font-family: 'Oswald', sans-serif;
	font-weight:200;
	color:#3695eb;
	text-transform:uppercase;	
}
#quienesSomos #item:hover .nombre{
	color:#1cd8a1;
}
#quienesSomos #item .cargo{
	width:100%;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	color:#666;	
}
#quienesSomos #item:hover .cargo{
	color:#000;
}
#navegacion{
	float:left;
	height:auto;
	text-align:center;
}
#navegacion #botones{
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
}
#navegacion #totalNovedades{
	font-family: 'Oswald', sans-serif;
	font-size:13px;
	color:#333;
	line-height:25px;
	margin-bottom:10px;
}
#navegacion .boton{
	font-family: 'Oswald', sans-serif;
	color:#666;
	background-color:rgba(102,102,102,.1);
}
#navegacion .boton:hover{
	background-color:#1cd8a1;
	color:#FFF;
}
#galeria {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	margin-bottom:50px;
}
#galeria #item{
	height:auto;
	float:left;
}
#galeria #item #foto{
	float:left;
	overflow:hidden;
}
#galeria #item #foto img{
	width:100%;
	min-height:100%;
	height:100%;
}
#galeria #item:hover #foto img{
	transform:scale(1.1)
}
#galeria #item #titulo{
	width:100%;
	height:50px;
	background-color:#3695eb;
	display:table;
	text-align:center;
}
#galeria #item #titulo .titulo{
	width:100%;
	height:100%;
	display: table-row;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	font-weight:200;
	line-height:25px;
	color:#FFF;
	text-transform:uppercase;
}
#galeria-detalle {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	margin-bottom:50px;
}
#galeria-detalle .imagen{
	float:left;
}
.bannerMovil {
	width:100%;
	height:200px;
	float:left;
	overflow:hidden;
}
#infoCuenta {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
}
#infoCuenta #datos{
	background-repeat:no-repeat;
	background-image:url(icono/usuario128-verde.png);
	height:auto;
	float:left;
	overflow:hidden;
}
#infoCuenta #datos #nombre {
	color:#1cd8a1;
	width:100%;
	height:auto;
	float:left;
	margin-bottom:10px;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	text-transform:uppercase;
}
#infoCuenta #datos #item{
	height:auto;
	float:left;
	font-family: 'Oswald', sans-serif;
	color:#FFF;
	font-weight:200;
}
#infoCuenta #datos #item2{
	height:auto;
	float:left;
	font-family: 'Oswald', sans-serif;
	color:#FFF;
	font-weight:200;
}
#infoCuenta #menu{
	height:auto;
	float:left;
}
#infoCuenta #menu #boton{
	height:auto;
	float:left;
	border:solid 1px #FFF;
	display:table;
}
#infoCuenta #menu #boton .btnOpcion {
	display: table-row;
	display: table-cell;
	vertical-align: middle;
	text-align:center;	
	height:100%;
	font-family: 'Oswald', sans-serif;
	color:#FFF;
	font-weight:200;
	text-transform:uppercase;
}
#infoCuenta #menu #boton .btnOpcionCerrar{
	background-color:rgba(255,255,255,.3);
}
#infoCuenta #menu #boton:hover{
	background-color:#1cd8a1;
	border:solid 1px #1cd8a1;
}
#liquidacion {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:50px;
}
#liquidacion .tblBasica {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	margin:15px 0px;
}
#liquidacion .tblBasica .cabecera{
	width:calc(100% - 10px);
	height:auto;
	padding:10px 5px;
	background-color:#999;
	font-family: 'Oswald', sans-serif;
	color:#FFF;
	font-weight:200;
	font-size:18px;
	line-height:25px;
	overflow:hidden;
}
#liquidacion .tblBasica .detalle{
	height:auto;
	font-family: 'Oswald', sans-serif;
	color:#000;
	background-color:#FFF;
	font-weight:200;
	border-bottom:1px #CCC solid;
	overflow:hidden;
}
#liquidacion .tblBasica .detalle:hover{
	background-color:rgba(54,149,235,.2);
}
#liquidacion .tblBasica .item {
	height:auto;
	float:left;
	background:none;
}
#liquidacion .tblBasica .detalle .btnOpcion {
	float:left;
	font-family: 'Oswald', sans-serif;
	color:#FFF;
	text-align:center;
	background-color:#1cd8a1;
	font-weight:200;
	text-transform:uppercase;
}
#cuenta {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
}
#cuenta #formulario {
	width:100%;
	margin:35px 0px;
	float:left;
	padding-bottom:35px;
	border-bottom:dotted 2px #CCC;
}
#cuenta #formulario .caja {
	width:calc(100% - 25px);
	height:auto;
	float:left;
	padding-left:15px;
	background-color:#f1f1f1;
	border:none;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	line-height:60px;
	color:#999;
	margin-left:10px;
	margin-bottom:10px;
}
#cuenta #formulario .caja:focus {
	color:#000;
}
#cuenta #formulario .btnEnviar{
	width:calc(100% - 10px);
	height:58px;
	float:right;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	line-height:60px;
	color:#FFF;
	background-color:#3695eb;
	border:none;
	text-transform:uppercase;
	margin-top:5px;
}
#cuenta #formulario #columnaIzq {
	height:auto;
	float:left;
	overflow:hidden;
}
#cuenta #formulario #columnaDcha {
	height:auto;
	float:left;
	overflow:hidden;
}
#cuenta .fallo {
	float:left;
	width:100%;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	line-height:40px;
	color:#af4646;
}
#cuenta .envio {
	float:left;
	width:100%;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:25x;
	line-height:40px;
	color:#33cc99;
}
#normativas {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	margin:40px 0px;
}
#normativas #item {
	text-align:left;
	background-image:url(bg-itemPadronOdont.png);
	background-size:9px auto;
	background-position:left center;
	background-repeat:no-repeat;
	display:table;
}
#normativas .itemPrincipal {
	float:left;
}
#normativas #item:hover {
	background-image:url(bg-itemPadronOdont_on.png);
}
#normativas #item .nombre{
	width:100%;
	font-family: 'Oswald', sans-serif;
	font-weight:200;
	color:#3695eb;
	text-transform:uppercase;	
	display: table-row;
	display: table-cell;
	vertical-align: middle;
}
#normativas #item:hover .nombre{
	color:#1cd8a1;
}
#normativas #contenedor {
	width:100%;
	height:auto;
	min-height:600px;
	float:left;
	margin:20px 0px;

}
#normativas #contenedor .visor{
	float:left;
	background-image:url(bg-normativa-visor.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
.aviso {
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
	margin:25px 0px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	line-height:40px;
	color:#1cd8a1;
}

.btnAula{
	width:100%;
	height:34px;
	float:left;
	overflow:hidden;
	background-color:#1cd8a1;
	color:#FFF;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	line-height:34px;
	font-weight:400;
	margin:3px 0px;
	padding:8px 0px;
	text-transform:uppercase;
}
.btn_login {
	width: auto;
	height: 30px;
	float: right;
	background-color:#1cd8a1;
	color:#FFF;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	line-height:30px;
	font-weight:400;
	margin:3px 0px;
	padding: 5px 15px;
}