/*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 Verdana, 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:25px;
	text-align : left;
	color : #666666;
	margin:0;
}
h2 {
	font-size:20px;
	text-align : left;
	color:#486895;
	text-transform: capitalize;
}
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;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#325FA0;
}
a:hover {
	text-decoration: none;
	color:#000066;
}
a:active {
	text-decoration: none;
	color:#0099CC;
}

#contenedor {
background-color:#DDE6AC;
border-style:solid;
border-color:#00FF00;
margin: 0 auto;
width: 960px;
height:auto;
}

.cabecera {
width: 960px;
height: 75px;
background-color:#CC9933;
border-bottom-style:solid;
border-bottom-color:#FF0000;
margin: 0 0 10px 0;
border-width:1px 1px 1px 1px;
// Tarriba Rderecha Babajo Lizquierda
}

.menu {
width:120px;
height:auto;
background-color:#EFEFEF;
border-style:solid;
border-width:1px;
border-color:#000000;
margin: 0px 0px 0px 5px;
float:left;
padding:3px;
}

.right{
       width:155px;
       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:630px;
height:auto;
background-color:#FFFFF;
border-style:solid;
border-width:1px;
border-color:#00000000;
margin: 0px 5px 0px 135px;
padding:10px;
}

.pie {
width:auto;
height:40px;
background-color:#FFFFFF;
border-style:solid;
border-width:1px;
border-color:#000000;
margin:5px;
padding:5px;
}

