/* CSS Document */

 /*Aquí vamos a definir las propiedades de la página en general, más adelante definiremos las de las cajas principales*/
       /*formatos de párrafo, linea de separacion, encabezados 1 al 6, tablas, vínculos (en sus 4 estados) y body respectivamente*/
body {
	font:11px Arial, Helvetica, sans-serif;
	background-color:#FFF;
	text-align : justify;
	line-height: 10px;
}
p {
	font-size:11px;
	color: #586885;
	line-height: 120%;
}
hr {
	display:none;
 }
 
h1 {
	font-size: 22px;
	text-align: center;
	color : #ff0000;
}
h2 {
	font-size:12px;
	text-align :center;capitalize;
	color:#486895;
	text-transform: ;
}

h3 {
	font-size:18px;
	text-align : left;
	color : #666666;
}

h4 {
	font-size:15px;
	text-align : left;
	color : #666666;
}
h5 {
	font-size: 13px;
	text-align : left;
	color : #666666;
}
h6 {
	font-size:12px;
	text-align :left;
	color : #666666;
}
td {
	font-size: 12px;
	text-align : center;
	color : #586885;
}
a {
	font-size:12px;
	color:#325FA0;text-decoration:none;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color:#325FA0;
}
a:hover {
	text-decoration: none;
	color:#ff0000;
}
a:active {
	text-decoration: none;
	color:#0099CC;
}
hr  {
color:#006600; left:50%}

.textazul {

font-size:12px; color:#333399; text-align:left; 
}

.textgranate {font-size:12px; color: #660033; text-align:left; 

}
#contenedor {
       background-color:#DDE6AC;
       border-style:solid;
       border-color:#000000;
       margin: 0 auto;
       width:750px;
       height:auto;
	   color:#FF0000
	   
}


.titulo
{
       background-image:url(logociudadreal.jpg);
       background-repeat:no-repeat;
	   background-position:top;
       width:750px;
       height:110px;
       background-color:#CCCCFF;
       border-bottom-style:solid;
       border-bottom-color:#000000;
       margin:0 0 10px 0;
	   color: #660033;
}

.izquierda{
       width:100px;
       height:auto;
       background-color:#EFEFEF;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:0 0 0 5px;
       float:left;
       padding:3px;.izquierda ul {
       font:bold 11px Verdana, Arial, Helvetica, sans-serif;
       color:#586885;
       line-height: 140%;
       text-transform:capitalize;
}

.izquierda ul {
       font:bold 11px Verdana, Arial, Helvetica, sans-serif;
       color:#586885;
       line-height: 140%;
       text-transform:capitalize;
}

.derecha{
       width:150px;
       height:auto;
       background-color:#FFFFDD;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:0 5px 0 0;
       float:right;
       padding:5px;
}

.principal{
       width:500px;
       height:auto;
       background-color:#FFF;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:0 50px 0px;
       padding:10px; 
	    
	 
}
.principal ul

{
font:bold 11px Verdana, Arial, Helvetica, sans-serif;
       color:#586885;
       line-height: 140%;
       text-transform:capitalize;
	   list-style-position:inherit;
	  
	   
	   

}

}

.final{
       width:auto;
       height:30px;
       background-color:#FFFFCC;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       margin:5px;
	   
	   
	   
}

.footer h6{
       text-align:center;
       text-transform:uppercase;
       margin:5px auto;
       color:#666666;
       font-size:10px;
}   

