/*
***************************************************
* OPCIONES GENERALES
***************************************************
*/

body {
		font-family: Verdana, Arial, Helvetica;
		color: #000000;
	 	margin: 0px;
		padding: 0px; 
		font-size: 0.8em;
		text-align: justify;
		background-color: white;
}

html, body {
		height: 100%
}

h1 { font-size: 20px; color:#004A93; font-weight: bold; margin: 2px 2px 2px 0px}
h2 { font-size: 14px; color:#07345E; font-weight: normal; font-style: italic; margin: 0px}
h3 { font-size: 13px; font-weight: normal; margin: 0px }
h4 { font-size: 12px; font-weight: normal; margin: 0px }

img {
		border: 0px;
 		padding: 0px;
		margin: 0px;
}

a:link,a:active,a:visited {
		text-decoration: none;
		color:#1A5086;
}
a:hover {
		text-decoration: none;
		color:#990000;
}


/*
***************************************************
* ETIQUETAS PRINCIPALES (ESTRUCTURA DE LA PÁGINA)
***************************************************
*/

#contenedor {
	width: 100%;
	margin:20px 0px 0px 0px;
	padding:0px;
	text-align: left;
	background-color: #FFFFFF;
}

#principal {
	margin: 0 auto;
	border-left: 5px solid #E7E30E;
	border-right: 5px solid #E7E30E;
	width: 450px;
	height: 100%;
}

#logo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 450px;
	height: 200px;
	text-align: center;
}

#texto {
	position: relative;
	margin-top: 60px;
	text-align: center;
}

.boton,.boton:focus{
    font-size: 10px;
    font-family: Verdana,Helvetica;
    font-weight: bold;
    color: #1A5086;
    background-color: #F6F6F8;
    border: 0px;
    padding: 3px 2px 3px 2px;
    border: 1px solid #1A5086;
}

.boton:focus{
	border: 1px solid #ffffff;
}

label{
	font-weight: bold;
}

.form_text{
	border-top: 2px solid #4F4C59;
	border-left: 2px solid #4F4C59;
	border-right: 3px solid #4F4C59;
	border-bottom: 3px solid #4F4C59;
	background-color: #F6F6F8;
}

.formulario {
	text-align: left;
	margin: 2px 10px 2px 10px;
}