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

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

html, body {
		height: 100%;
		overflow:auto
}

h1, h2, h3, h4 {
		font-weight: bold;
}

h1 { font-size: 21px; color: #840113; margin: 0px; padding: 5px}
h2 { font-size: 15px; color: #E44600}
h3 { font-size: 14px; font-weight: normal; }
h4 { font-size: 13px; font-weight: normal; }

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

a:link,a:active,a:visited {
		text-decoration: none;
		color: #07345E;
}
a:hover {
		text-decoration: none;
		color: #E44600;
}

p {
	margin: 0px;
}

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

#contenedor {
	
	margin:5px;
	padding:0px;
	text-align: center;
	background-color: #c0c0c0;	
}


/*
***************************************************
* ETIQUETAS PARTICULARES
***************************************************
*/

h1.header{
	display: none;
}

.limpiar{
	clear:both;
}
