@charset "utf-8";
/* INICIO Estilos Etiquetas */
html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#000000;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
img.imagen-izquierda {
	float:left;
	margin-right:10px;
}
img.imagen-derecha {
	float:right;
	margin-left:10px;
}
h1 ,
h2 ,
h3 ,
h4 ,
p ,
ul ,
ol ,
td ,
th ,
form {
	margin:0;
	padding:0;
	margin-top:0.5em;
	margin-bottom:0.5em;
	font-size:1.2em;
}
td p ,
td td ,
th p ,
ul ul ,
ul ol ,
ol ol ,
ol ul {
	font-size:inherit;
}
ul li ,
ol li {
	font-size:0.8333em;
	margin-left:2.3em;
}
/* FIN Estilos Etiquetas */

/* INICIO Estilos Maquetacion */
div#contenedor {
}

/* INICIO Estilos Cabecera */
div#cabecera {
	clear:both;
}
/* FIN Estilos Cabecera */

/* INICIO Estilos Cuerpo */
div#cuerpo {
	clear:both;
}
/* FIN Estilos Cuerpo */

/* INICIO Estilos Pie */
div#pie {
	clear:both;
}
div#pie p {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align:center;
	margin-bottom:10px;
}
div.csnet-proyecto-web {
	display:block;
	width:72px;
	height:28px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
/* FIN Estilos Pie */

div.terminador {
	clear:both;
	width:100%;
	height:1px;
}
div.dos-columnas {
}
div.dos-columnas div.columna {
	float:left;
	width:46%;
	margin-right:3%;
}
div#imagenes-portada {
	width:1131px;
	height:800px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
div#imagenes-portada div.imageElement {
	display:none;
}
div#banderas {
	margin-top:5px;
	margin-bottom:5px;
}
div#banderas p {
	text-align:center;
}
/* FIN Estilos Maquetacion */

/* INICIO Estilos Formularios */
form {
}
form label {
}
form input ,
form textarea ,
form select {
}
form textarea {
	overflow:auto;
}
form input.radio ,
form input.checkbox {
}
form input.boton ,
form .botones input {
}
form .botones {
}
form input.input-formulario-alerta ,
form textarea.input-formulario-alerta ,
form select.input-formulario-alerta {
	border:1px solid #FF0000;
}
.asterisco {
}
.asterisco-alerta {
	color:#FF0000;
}
/* FIN Estilos Formularios */