body {
	background-color: #FFFFFF;
	color:#716EA5;
	font-size: 13px; 
	font-family: Arial, Helvetica;
	margin: 10px auto;
	text-align: justify;
	}
.azulito{
	color:#716EA5; 
}
.gordo{
	color:#716EA5;
	font-size:16px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	  text-align:center; 
}
.mini{
	color:#716EA5;
	font-size:11px;
	font-weight: normal;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	text-align:center; 
}

#header {
   width:800px;
   height: 100px;
   margin:5px auto;
}

#container { 
   width:800px;
   height:475px;
   overflow:auto;
   margin:5px auto;
   text-align:left;
}

#footer {
   width:800px;
   height:140px; 
   margin:5px auto;
}
.textarea {
	overflow:auto;
}

p {
    width:750px;
	font-size: 14px; 
	line-height: 22px;
	margin:5px auto 10px auto;
	text-indent: 15px;
}

.center {
	margin:10px auto 2px auto;
	text-align: center;
}
p:first-letter {
	font-size: 20px;
	color: #19650A; 
	font-weight: bold;
	font-family: Arial;
} 
.cajetin {
   width:200px;
   padding:4px;
   border:1px solid #DFDFDF;
   margin:5px auto 5px auto;
   background-color:#FFFFFF;
   text-align:left;
   overflow:auto;
   height:200px;
   clear:left;
}

#listado a:hover {
	font-weight : normal;
	background-color:#000000;
        color: #FFFFFF
        cursor: pointer;
        display:block;
}

a:active img, a:link img, a:visited img{
	border-color:#FFFFFF;
	border-width:0px;
}
a:hover img{
	border-color:#FFFFFF;
	border-width:0px;
}
a, a:active, a:focus, a:link, a:visited {
	color: #000099;
	text-decoration: none;

}
a:hover {
	color: #CC3300;
	font-weight : bold;
}
a:hover .mini {
	color: #CC3300;
	font-weight : bold;
}
	
/* ---- IMG="CLASS="LEFT" --- IMAGES -----------------*/

img.left {
   float:left; 
   margin:0 15px 0 0;
}
img.right {
   float:right; 
   margin:0 0 0 15px;
}
img.center {
   float:none; 
   display: block; 
   margin:10px auto;
}
h1{
	background-color:#FFFFFF;
	color:#AB6A02;
	font-size:13px;
	padding: 3px 5px 3px 5px;
	margin: 15px 0px 8px 5px;
	font-weight : bold;
	letter-spacing : 2px;
	border-bottom:2px solid #19650A;
}
h2{
	width:600px;
	color:#003366;
	font-size:13px;
	padding: 6px 3px 6px 8px;
	margin: 10px auto 15px auto;
	font-weight : bold;
	background-repeat: no-repeat;
	background-image: url(../img/struct/pieh2.jpg);
	background-position: bottom;
}
h2:first-letter {
	font-size: 20px;
	color: #009900; 
	font-weight: bold;
	font-family: Georgia;
} 
h3{
	color:#000000;
	font-size:12px;
	padding: 3px 3px 3px 3px;
	font-weight : bold;
	letter-spacing : 2px;
}

