* {
margin: 0;
}

html, body {
height: 100%;
font-family: arial;
}


.inicio a:link, .inicio a:visited{
	display: block;
    font-weight: bold;
    color: #ffffff;
    width: 120px;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    background: url("../imagenes/inicio.png") 16px 3px  no-repeat;
    background-size: 20px 20px;
}

h1{
	text-align: center;
	margin-top: 40px;
	font-family: 'ABeeZee', sans-serif;
	font-style: italic;
}
h2{
	font-family: 'ABeeZee', sans-serif;
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 15px;
}
.verdeagua{color: #4dbfb8;}
.rojo{color: #bf0411;}
.amarillo{color: #fbaf35; }
.verde{color: #b6bd00:; }
.celeste{color: #1CA8FA; }
.azulmar{color: #0D338A; }
.morado{color: #6E63C4; }
.blanco{color:#FFFFFF;}

img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#header{
	    height: initial;
}
#header img{

	padding-top: 10px;
	width: 900px;
}
.barrasup{
	height: 70px;
	width: 100%;
}

.barrasup p{
	text-align: center;
	position: relative;
  	top: 50%;
  transform: translateY(-50%);
      z-index: 2;
          width: 100px;
}
.barrabaj{
	
	height: 35px;
	width: 100%;
	margin-top: 30px;
}
#rojo{background-color: #bf0411;}
#amarillo{background-color: #fbaf35; }
#verde{background-color: #b6bd00; }
#celeste{background-color: #1CA8FA; }
#azulmar{background-color: #0D338A; }
#morado{background-color: #6E63C4; }

#page{
	width: 900px;
	margin: auto;	
	display: block;
	margin-top: 30px;
	overflow: hidden;
	display: block;
}

.main-col{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #545454;
	height: 100%;
	text-align: justify;
}


#abder table{
	width: 100%;
}
#abder table tr td{
	width: 50%;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 6px;
    height: 74px;
    color: #5C5C5C;
    background-color: #ededed !important;
}
#fecha{
	background: url("../imagenes/fondo-fecha.jpg") no-repeat;
}
.sidetop{
	padding: 9px 0px 0px 60px;
	font-size: 13px;
}
.sidebot{
	padding: 5px 0px 0px 60px;
	font-size: 11px;
}
    
#fila{
	color: #9e9e9e;
	padding-bottom: 10px;
}

#hora{
background: url("../imagenes/fondo-horario.jpg") no-repeat;
}
#lugar{
background: url("../imagenes/fondo-localizacion.jpg") 110px 5px no-repeat;
}
#publico{
background: url("../imagenes/fondo-asistentes.jpg") no-repeat;
}
#duracion{
background: url("../imagenes/fondo-horaslectivas.jpg") no-repeat;
}
#inscribete img{
 width: 228px;
 height: 74px;
}
#inscrcerrada{
background: #BFBFBF url("../imagenes/inscripcion-cerrada.jpg") no-repeat !important;float: left;padding-right: 24px;
width: 228px;
height: 74px;
}
#inscrcerrada img{
    width: 0px;
    height: 0px;
}
#inscr{
	display: block;
    margin: auto;
    width: 900px;
    padding-top: 30px;
}

#inscr img{
	width: 900px;
}
footer{
    width: 100%;
    margin: auto;
    display: block;

	
}
.fotab{
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
}
.fotab tr{
	color: #9e9e9e;
}
#fotimg{
	    display: inline;
    padding-top: 0px !important;
    width: auto;
    height: 120px;
    margin-right: 20px;
}


/*aquí se desactivan los apartados de la barra lateral, se quitará el comentario del display:none; en el id que queramos ocultar*/
#fecha{
/*display: none;*/
}
#hora{
/*display: none;*/
}
#lugar{
/*display: none;*/
}
#publico{
/*display: none;*/
}
#duracion{
/*display: none;*/
}

/*aquí se puede desactivar la imagen inferior al texto del curso, el procedimiento es similar al apartado anterior*/
#inscr{
	/*display: none;*/
}
#cursiva{
	font-style: italic;
}

#sideimg{
	margin: 0 auto;
    margin-top: 10px;
}
.cajalogo{
	    margin-bottom: 30px;
}
.fondocab{
	position: absolute;
    top: 0px;
    padding: 0 !important;
    padding-left: 120px !important;
}
#coliz, #colder, #abiz, #abder{
	width: 48%;
	display: inline-block;
	vertical-align: top;
    color: #545454;
}
#colder, #abder{
	float: right;
}
.filabaj{
	display: block;
    margin: 0 auto;
    width: 213px;
}
.sexy_line{ 
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(191, 4, 17), rgba(0, 0, 0, 0));
}
#abiz h2{
	text-align: center;
}
#abder{
	width: 51%;
    margin-right: -20px;
}