/*Cuerpo*/
   BODY {
 scrollbar-track-color: #FFAA55;
 scrollbar-face-color: #CCCCFF;
 scrollbar-highlight-color: #33CCCC;
 scrollbar-3dlight-color: #00CC99;
 scrollbar-darkshadow-color: #336699;
 scrollbar-shadow-color: #3366CC;
 scrollbar-arrow-color: #66CC00;
 }
    A:link { text-decoration : none;}
	A:active{ text-decoration : none;}
    A:visited { text-decoration : none;}
    A:hover { text-decoration : underline;}	
a {
	font-family: century, verdana, sans-serif;
	font-size: 14px;
	color: #003300;
	text-decoration:none;
}
div{
	margin-left: 30px;
}
/*Tablas titulares*/
.tabla1{
	width: 100%;
}
.celda1 {
	font-size: 18px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-family: century, verdana, sans-serif;
	letter-spacing: 1px;
	background-image: url(../images/orangetit1.jpg);
	background-position: center;
    background-repeat: no-repeat;
}
.ac1{
	font-size: 20px;
    color: #000000;
}
.celda2 {
	background-color: #FFFFFF;
	border: 1px solid #999900;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: century, verdana, sans-serif;
	color: #FF6600;
}
.ac2 {
	color: #FF6600;
}
.tabla2 {
	background-color: #DDDDDD;
	border: 1px ridge #990099;
	letter-spacing: 1px;
} 
.celda3 {
	background-color: #99FFCC;
	color: #FF6633;
	font-family: century, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #FFFFCC;
}
.ac3{
	color: #333333;
}

