/*CSS Cipsa */

/*Globales*/

html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color:#CCC;
	background-color: #000;
}
body.fondo-neutro{
	background-color:#151515;
	background-image: url(../imagenes/fondo.gif);
}
body.fondo-informacion{
	background:#000 url(../imagenes/fondo-informacion.jpg) top right repeat-y fixed;
}
body.fondo-cursos{
	background:#000 url(../imagenes/fondo-cursos.jpg) top right repeat-y fixed;
}
body.fondo-matricula{
	background:#000 url(../imagenes/fondo-matricula.jpg) top right repeat-y fixed;
}
body.fondo-contacto{
	background:#000 url(../imagenes/fondo-contacto.jpg) top right repeat-y fixed;
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
	font-family: "Courier New", Courier, monospace;
	border-bottom-color: #333;
	padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	margin-bottom: 20px;
	font-family: "Courier New", Courier, monospace;
}
p {
	font-size:10pt;
	margin-bottom: 20px;
}
#contenido ul {
	line-height:1.3;
}
/*Estructura*/

#fondo {
	height:100%;
	width:100%;
	z-index:10;
	position:fixed;
	background-image: url(../imagenes/fondo.gif);
	background-repeat:repeat;
	background-attachment:fixed;
	top:0;
	left:0;
}
#contenedor {
	min-width:960px;
	position:absolute;
	width:100%;
	z-index:20;
}

#cabecera {
	height: 90px;
	background-image: url(../imagenes/fondo_cabecera.png);
	background-repeat: repeat-x;
	position: fixed;
	top: 0px;
	left:0px;
	z-index: 100;
	width: 100%;
}

#cuerpo {
	margin-top: 120px;
	margin-bottom: 80px;
}

#menu {
	width: 300px;
	margin: 30px;
	margin-top: 0px;
	float: left;
	margin-bottom: 70px;
	height: 612px;
}

#contenido {
	border: 1px solid #333;
	padding: 20px;
	width: 590px;
	margin-left: 360px;
	background-color: #1a1a1a;
}

#pie {
	clear: both;
	height: 40px;
	background-image: url(../imagenes/fondo_pie.png);
	background-repeat: repeat-x;
	color: #FFF;
	width: 100%;
	min-width:1060px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 90;
	
}

/*Cabecera*/


#logo {
	margin-left:30px;
	float:left;
	background-image:url(../imagenes/logo_cipsa.png);
	height:90px;
	width:300px;
	padding-bottom:0;
	text-indent:-1000em;
	background-color:#333;
}
#logo a{
	display:block;
	height:90px;

}


#cabecera #navcab {
	float: right;
	margin-top: 52px;
	margin-right: 30px;
	height: 30px;
}
#cabecera #navcab li{
	float:left;
	margin-left:8px;
}
#cabecera #navcab #twitter {
	background-image: url(../imagenes/twitter.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:95px;
}
#cabecera #navcab #facebook {
	background-image: url(../imagenes/fb.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:90px;
}
#cabecera #navcab #blog {
	background-image: url(../imagenes/blog.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	width:150px;
}

#cabecera #navcab li a {
	display: block;
	height:30px;
}

#cabecera #navcab li#twitter:hover, #cabecera #navcab li#facebook:hover, #cabecera #navcab li#blog:hover {
	background-position: 0 -30px;
}


/*Menu*/
#menu ul {
	width: 300px;
	background-color: #000;
	height: 165px;
	padding-top: 35px;
}
#menu #nav1 {
	background-image: url(../imagenes/fondo-menu-cursos.png);
	background-repeat: no-repeat;
}
#menu #nav2 {
	background-image: url(../imagenes/fondo-menu-matricula.png);
	background-repeat: no-repeat;
}
#menu #nav3 {
	background-image: url(../imagenes/fondo-menu-informacion.png);
	background-repeat: no-repeat;
}
#menu li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	font-size: 14px;
}

#menu #nav1 li a:hover {
	background-color:#F06;
}
#menu #nav2 li a:hover {
	background-color:#0CF;
}
#menu #nav3 li a:hover {
	background-color:#00ff00;
}

#menu li a:hover {
	background-color:#FFF;
	text-decoration: underline;
}

/*Contenido*/
#contenido h1 {
	font-size: 24px;
	margin-bottom: 20px;
	font-family: "Courier New", Courier, monospace;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 10px;
}
#contenido h2 {
	font-size: 16px;
	margin-bottom: 20px;
	font-family: "Courier New", Courier, monospace;
}
#contenido ul {
	padding: 20px;
	list-style-image: url(../imagenes/item.gif);
	font-family: "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 1px;
	line-height: 20px;
}
#contenido ul li {
	padding: 2px;
	margin-bottom: 10px;
}
#contenido a {
	color: #FFF;
	text-decoration: none;
}
#contenido a.magenta {
	color: #FFF;
}
#contenido a:hover {
	color: #FF0066;
}
#contenido a.cursactiv {
	color: #FF0066;
}
#contenido a.azul{
	color: #00FFFF;
}
#contenido a.verde{
	color: #00FF00;
}
#contenido a.azul:hover, #contenido.seminarios a:hover {
	color: #00FFFF;
}
#contenido ul#navcontent {
	padding: 0;
	position: relative;
	top: -49px;
	list-style-image:none;
	height: 20px;
}

#contenido #navcontent li {
	float: right;
	margin-left: 10px;
}

#contenido #navcontent li a {
	color: #999;
	text-decoration:none;
}
#contenido #navcontent li a:hover {
	color:#FFF;
	text-decoration:underline;
}
#contenido #navcontent li a.magenta {
	color: #F06;
	cursor:pointer;
	text-decoration:none;
}
#contenido #navcontent li a.magenta:hover {
	color: #F06;
	cursor:pointer;
	text-decoration:none;
}
#contenido #navcontent li a.azul {
	color: #00FFFF;
}


/*formulario*/
#formulario {
	margin-bottom:20px;
}
#formulario div, #inscripcion div {
	margin-bottom: 10px;
}
#formulario label, #inscripcion label {
	width: 180px;
	text-align: right;
	padding-right: 10px;
	float: left;
	padding-top: 2px;
}
#formulario input, #formulario #provincia, #inscripcion input {
	width: 160px;
}
#formulario #cursos, #inscripcion #cursos {
	width: 340px;
}
#formulario #enviar, #inscripcion #enviar {
	margin-left: 8px;
	width: 60px;
}
#formulario p.privacidad, #inscripcion p.privacidad {
	padding: 5px;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}
#formulario .privacidad a, #inscripcion .privacidad a {
	text-decoration: underline;
	color:#FFF;
}
#contenedor #cuerpo #contenido .info p #validacion {
	color: #F00;
}
#validacion {
	font-size:10px;
	margin-bottom:20px;
	text-align: right;
	color: #f00;
}

#mapa #direccion {
	margin-top: 10px;
}
/*Pie */

#pie #navpie {
	display: block;
	width: 450px;
	float: left;
	margin-top: 12px;
	margin-left: 30px;
}
#pie #direcciones {
	display: block;
	width: 550px;
	float: right;
	text-align: right;
	margin-right: 30px;
	margin-top: 12px;
}
#pie li {
	display: inline;
}
#pie #navpie li a {
	color: #999;
	display: block;
	float: left;
	margin-right: 10px;
	text-decoration:none;
}
#pie #navpie li a:hover {
	color:#FFF;
	text-decoration:underline;
}


/*Clases*/


.azul{
	color:#00FFFF;
}
.magenta {
	color: #FF0066;
}
.verde {
	color: #00FF00;
}
.horas {
	color: #F06;
}
.enlaceactivo{
	color:#FFF;
	}
.gris{
	color:#939393;
}

.esconder {
	text-align: right;
	margin-bottom:5px;
}

.cursactiv {
	padding-bottom: 5px;
}

.cursactiv:hover {
	color: #FF0066;
	}

.info {
	border:1px solid #333;
	padding:10px;
	margin-bottom:20px;
	background-color: #0e0e0e;
	margin-top: -5px;
}
.info h3 {
	font-size: 14px;
}
	
.limpiar {
	clear: both;
}


/*buscador
#contenido ul.buscalista{
	width:100%;
	background-color:transparent;
	color:#FFF;
}
#contenido ul.buscalista li{
	width:100%;
	display:block
	background-color:transparent;
	color:#FFF;
}
#contenido ul.buscalista li a{
    font-size:16px;
    color:#FFF;
	font-weight:normal;
	text-decoration:none;
	display:inline;
}
#contenido ul.buscalista li a:hover{
    font-size:16px;
    color:#FFF;
	font-weight:normal;
	text-decoration:underline;
	display:inline;
	background-color:transparent;
}
*/
