/*
	Politécnica Virtual
	
	CSS: General
	
	06 - 2007
*/

/* =ESTILOS GENERALES */

* { margin: 0; padding: 0; }

body {
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	color: #546775;
	background-color: #FFF;
	}
/*
body#inicio {
	background: #FFF url(../grafica/comunes/inicio_fondo.jpg) left top no-repeat;
	}*/

h1, h2, h3, h4, h5, h6 {
	font: bold 11px/1.5em Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	}

p {
	margin: 0 0 10px 0;
	}

a {
	color: #546775;
	text-decoration: none;
	}

a:hover {
	}

a img {
	border-width: 0;
	}

em {
	font-style: normal;
	}

table {
	border-collapse: collapse;
	}

ul, ol {
	list-style: none;
	}

abbr, acronym {
	border: none;
	}

fieldset {
	border: none;
	}

legend {
	font-weight: bold;
	}

td, th {
	vertical-align: top;
	}

input, button, textarea, select {
	font-size: 11px;
	background-color: #f1f1f1;
    border: 1px solid #cdcdcd;
    border-right-color: #FFF;
    border-bottom-color: #FFF;
    color: #5E7EA7;
	}

input[type=checkbox], input[type=radio] {
	background: none;
	border: none;
	}

input[type=submit], input[type=reset], input[type=button] {
	line-height: 1.2em;
	font-weight: bold;
	border: 1px solid #003A77;
	padding: 0 5px 0 5px;
	}

input[type=text], input[type=password] {
	padding:1px 2px 2px 2px;
}

*.reemplazo_imagen {
	display: block;
	position: relative;
	margin: 0;
	overflow: hidden;
	}

*.reemplazo_imagen *.img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat top left;
}

*.reemplazo_imagen *.img_I {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: no-repeat top left;
}
	
*.reemplazo_imagen a, a.reemplazo_imagen {
	cursor: pointer;
	text-decoration: none;
	}

*.reemplazo_imagen a:hover, a.reemplazo_imagen:hover {
	text-decoration: none;
	}

*.reemplazo_imagen_elastico img {
	display: block;
	position: absolute;
	font-size: x-small;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/* =MENU ACCESIBILIDAD */

#menu_accesibilidad {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 0;
	height: 0;
	}

/* =CONTENEDOR */

#contenedor {
	padding: 90px 0 0 213px;
	}

*.destacado_flecha_violeta {
	background: url(../imagenes/flecha_violeta.gif) 0 2px no-repeat;
	display: block;
	padding: 2px 0 0 18px;
	font-weight: bold;
	}

label {
	display: block;
	margin-bottom: 5px;
	}

label strong {
	font-weight: normal;
	}

label em {
	font-weight: bold;
	}

/* LOGIN */
body#login {
	background: #D9E5F3 url(../imagenes/login_color_fondo.jpg) left top repeat-x;
	}

body#login #contenedor {
	position: relative;
	z-index: 1;
	width: 420px;
	min-height: 513px;
	margin: 160px auto 0 auto;
	padding: 0;
	background-color: transparent;
	}

#cabecera_login {
	position: relative;
	height: 207px;
	top: 5px;
	/*background: transparent url(../imagenes/separador.gif) left bottom repeat-x;*/
	}

	#HELIOS_Login {
		position: absolute;
		bottom: 113px;
		left: 16px;
		width: 201px;
		height: 61px;
	}
	
	#HELIOS_Login span.img {
		background-image: url(../imagenes/titulo1_login.jpg);
	}
	
	#HELIOS_Login span.img_I {
		background-image: url(../imagenes/titulo1_loginI.jpg);
	}
	
	#HELIOS_Login2 {
		position: absolute;
		bottom: 10px;
		left: 18px;
		width: 190px;
		height: 62px;
	}
	
	#HELIOS_Login2 span.img {
		background-image: url(../imagenes/titulo2_login.jpg);
	}
	
	#HELIOS_Login2 span.img_I {
		background-image: url(../imagenes/titulo2_loginI.jpg);
	}
	
#form_login, #form_faq {
	padding: 20px 30px 5px 30px;
	margin: 7px 1px 0 2px;
	background-color:#f2f2f2;
	min-height:256px;
}

#form_contacto {
	padding: 20px 30px 5px 30px;
/*	color:#8d8c8b;*/
	}

#campo_form_login_datos {
	margin: 0 0 0 0;
}

#campo_form_contacto_datos, #campo_form_faq_datos {
	margin: 0 0 10px 0;
	}

#campo_form_login_datos label, #campo_form_contacto_datos label, #campo_form_faq_datos label {
	overflow: hidden;
	}

#campo_form_login_datos label strong, #campo_form_contacto_datos label strong, #campo_form_faq_datos label strong {
	display: block;
	float: left;
	padding:2px 0 0 0;
	}
	
#campo_form_login_datos label strong {
	width: 22%;
	font-weight:bold;
}	
	
#campo_form_contacto_datos label strong, #campo_form_faq_datos label strong {
	width: 66px;
}

#campo_form_login_datos label input {
	width: 76%;
}

#campo_form_login_datos label select {
	width: 18%;
}

#campo_form_faq_datos label input,
#campo_form_contacto_datos label input {
	width: 287px;
}

#campo_form_contacto_datos label textarea {
	width: 288px;
	height: 120px;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
}
	
#campo_form_contacto_datos label select,
#campo_form_faq_datos label select {
	width: 288px;
}

#campo_form_login_acciones {
	overflow: hidden;
	margin: 0 1px 13px 0;
	}
	
#campo_form_contacto_acciones {
	overflow: hidden;
	margin: 0 1px 22px 0;
	}	

#campo_form_login_acciones input, #campo_form_contacto_acciones input {
	float: right;
	margin: 0 0 0 7px;
	}
/*
#form_faq h3#faq {
	margin:18px 0px 10px 0px;
}
*/
#form_faq .lista_texto li p {
	text-align:left;
}

#form_faq .lista_texto li h4 {
	margin:0 0 3px 0;
}

#form_contacto p {
	margin:7px 0 3px 0;
}

input.boton_login {
	display: block;
	width: 66px;
	height: 19px;
	background: url(../imagenes/fondo_boton_login.jpg) left top no-repeat;
	color: #ffffff;
	line-height: 1.1em;
	border: none;
	padding: 0 0 3px 0;
	}
	
div#login_tools {
	margin-left: 0;
	font-weight: bold;
	}
	
#login_idioma_espanol {
	background: url(../imagenes/flag_es.png) 7px 2px  no-repeat;
	padding:0 0 0 28px;
}

#login_idioma_ingles {
	background: url(../imagenes/flag_gb.png) 7px 2px no-repeat;
	padding:0 0 0 28px;
}	
	
#login_mail {
	background: url(../imagenes/login_ico_mail.jpg) 0 0 no-repeat;
	padding: 0 0 0 20px;
}

#login_faq {
	background: url(../imagenes/ico_help.png) 7px 0 no-repeat;
	padding: 1px 0 0 26px;
	margin:0 0 0 5px;
	border-left:1px solid #a2b5c4;
}

#login_calendario {
	background: url(../imagenes/boton_calendario.png) 7px 0 no-repeat;
	padding: 2px 0 0 26px;
	margin:0 0 0 5px;
	border-left:1px solid #a2b5c4;
}

#login_idioma_espanol,
#login_idioma_ingles,
#login_faq,
#login_calendario {
	margin:0 0 0 5px;
	border-left:1px solid #a2b5c4;
}

#login_mail:hover,
#login_faq:hover,
#login_calendario:hover,
#login_idioma_espanol:hover,
#login_idioma_ingles:hover {
	color: #9996ED;
	cursor:pointer;
}

#fondo_login {
	position: absolute;
	left: -2px;
	top: 0;
	margin: 0 auto;
	z-index: 0;
	display: block;
	width: 100%;
	height: 730px;
	background: url(../imagenes/login_helios.jpg) center top no-repeat;
	}
	
#enlaces_moodles {
	margin-left:50px;
}

#enlaces_moodles li a:hover {
	color: #9996ED;
	}

#texto_moodles {
	margin:25px 34px;
}

#login p {
	text-align:justify;
}


#login_error, #login_error_contacto, #login_nota {
	position: absolute;
	left: 390px;
	width: 214px;
	height: 134px;
	background: url(../imagenes/login_error_fondo.png) left top no-repeat;
	font: 11px/14px Arial, Helvetica, sans-serif;
	color: #FFF;
	}
	
#login_error {
	top: 220px;
}

#login_error_contacto {
	top: 281px;
	}
	
#login_nota {
	background: url(../imagenes/login_nota_fondo.png) left top no-repeat;
}

#login_error a, #login_nota a  {
	color: #FFF;
	}

#login_error h2, #login_error_contacto h2 {
	margin: 26px 31px 0 60px;
	text-transform: uppercase;
	}

#login_error p, #login_error_contacto p {
	margin: 4px 15px 0 36px;
	text-align:left;
	}
	
#login_nota h2 {
	background: url(../imagenes/flecha_violeta.gif) 3px 1px no-repeat;
	margin: 15px 31px 0 31px;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	}

#login_error_contacto a {
	color: #FFF;
	}

#login_nota p {
	margin: 4px 30px 0 36px;
	text-align:left;
}

#enlace_FAQ {
	padding: 1px 0 10px 20px;
	background: transparent url(../imagenes/ico_help.png) 0 0 no-repeat;
/*	color:#8d8c8b;*/
}

#enlace_FAQ:hover {
	color: #9996ED;
}

.enlace {
	background: url(../imagenes/flecha_violeta.gif) 0 1px no-repeat;
	margin: 7px 0 0 0;
	padding: 0 0 0 18px;
	border: none;
	cursor:pointer;
	display:block;
	height:17px;
	}

.enlace:hover {
	color: #9996ED;
	}
	
ul#lista_faq li {
	background: url(../imagenes/menu_seccion_item.gif) 0 5px no-repeat;
	padding: 0 0 0 0;
	border: none;
}

ul#lista_faq li a {
	margin: 0 0 5px 10px;
/*	color:#8d8c8b;*/
}

ul#lista_faq li a:hover {
	color: #9996ED;
}

ul#lista_faq li h4 {
	text-indent: 8px;
	margin: 0 0 5px 0;
}

ul#lista_faq li p {
	text-align: left;
	margin: 0 0 15px 0;
}

.advertencia {
	background:#ffffff url(../imagenes/error.png) 15px 4px no-repeat;
	color:#656565; 
	font-size:10px; 
	font-weight:bold; 
	padding:4px 15px 4px 36px;
	border:2px solid #F5F5F5;}	