/* CSS Document */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		/* min-width:600px;    	Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	a{color:#000000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	}
	a:hover{
	text-decoration:underline;}
	
/*#encabezado{
border:5px solid red}*/
#contenedor{
width:90%;
margin:0 auto;}

#columna_izqda{
height:auto;
width:15%;
float:left;
margin-top:30px;
font-size:small;
}
#columna_dcha{
float:left;
width:75%;
padding:30px;}
#columna_dcha a{
font-weight:normal;
color:#47001B;
}

#columna_dcha a:hover{
color:#006699;
text-decoration:none;
}

#pie_pagina{
float:left;
width:100%;
text-align:center;
margin:0 auto;
}

#columna_dcha p{
text-align:justify;}

.tabla_titulo1{
padding:10px;
background:#CCCCCC;
border:dashed 1px #FFFFFF;}
.tabla_contenido{
padding:10px;
border:dotted 1px #CCCCCC;}
.centro{text-align:center;}
.derecha{text-align:right;
}
.Estilo3 {font-size: xx-large; color: #FFFFFF;}