/*
Estilos comunes de HTML
*/

body {
	background-color: #FFFFFF;
	background: url(/img/comunes/fondo.gif) repeat-y 50% 0;
	background-attachment: fixed;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/*
Maquetación
*/

#superior {
	background-color: #FF0000;
	background: url(/img/superior/previo.jpg);
	width: 750px;
	height: 75px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: none;
	border-left: 1px solid #990000;
	display: table;
	overflow: hidden;
	margin-top: 5px;
}

#menu {
	background-color: #990000;
	background: url(/img/menu/previo.jpg);
	width: 750px;
	height: 50px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-top: none;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	display: table;
	overflow: hidden;
	margin-bottom: 5px;
}

#contenido {
	display: table;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #222222;
	text-decoration: none;
	background-color: #EBEBEB;
	width: 750px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	margin-bottom: 5px;
}

#inferior {
	width: 750px;
	background-color: #990000;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	display: table;
}

#faldon {
	height: 50px;
	width: 750px;
	background-color: #F8F8F8;
	border-top: 1px solid #F8F8F8;
	border-right: 1px solid #F8F8F8;
	border-bottom: 1px solid #F8F8F8;
	border-left: 1px solid #F8F8F8;
	display: table;
}

.division {
	height: 1px;
	width: 99%;
	background: url(/img/comunes/division.gif);
	margin-bottom: 5px;
	margin-top: 5px;
}


/*
Maquetación especial
*/

#divFullScreen {
	height: 100%;
}

.alerta {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: justify;
	padding: 20px;
	margin: 100px;
	width: 250px;
	border: 1px solid #333333;
	display: table;
}

.elemento {
	height: 75px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	border-top: 3px solid #F8F8F8;
	border-bottom: 3px solid #F8F8F8;
	border-left: 3px solid #F8F8F8;
	border-right: 3px solid #F8F8F8;
	padding: 5px;
}

.fotografia {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	border-top: 3px solid #F8F8F8;
	border-bottom: 3px solid #F8F8F8;
	border-left: 3px solid #F8F8F8;
	border-right: 3px solid #F8F8F8;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
Tipos de letra
*/

.texto {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.texto_justificado {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.texto_blanco {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.texto_blanco_bold {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.destacado {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #222222;
	text-decoration: none;
}

.destacado_justificado {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

.enlace {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

a.enlace:hover {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}

.enlace_menu {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.enlace_menu:hover {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/*
Formularios
*/

.campo {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #555555;
	margin: 2px;
	padding-left: 3px;
}

.lista {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #555555;
	margin: 2px;
}

.casilla {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px;
}

.boton {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #555555;
	margin: 2px;
	padding: 3px;
}

/*
Especiales
*/

#toolTipBox {
	font-family: Tahoma, Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #A6A6A6;
	text-decoration: none;
	display: none;
	position: absolute;
	border: #C9C9C9 solid 1px;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align: center;
}
