/*
	DETALLE DE ESTILO EN PAGINA GENERAL
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	scrollbar-3dlight-color : #19668d;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-face-color : #19668d;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #ffffff;
	background-color: #5aa37a;
}

table {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link, a:visited, a:active, a:hover { 
	color: #19668d;  
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0e3a50;  
}

td {
	font-size: 11px;
	color: #666666;  
}

input.text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	height: 18px;
	border: 1px solid #000000;
}

.textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #000000;
}

.first {
	background-color: #228748;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

.second {
	background-color: #62846f;
	color: #ffffff;
	font-size: 11px;
	font-weight:bold;
}

td.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	background-color: #5a7da1;
	background-image: url(images/menu_bkg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

td.mensaje {
	font-weight: bold;  
	color: #3f434c;
	font-size: 13px;
	text-align: center;
}

hr {
	color: #8e9dac;
	height: 1px;
	width: 100%;
}

table.blanco{
	border-style:solid; 
	border-width:2px; 
	border-color: #ffffff; 
	border-collapse:collapse;
}

/*
	DETALLE EN PAGINA CONSTRUCCION
*/

.construccion{
	color: #ac3f72;
	font-size: 14px;	
	text-transform: capitalize;
}

/*
	DETALLE DE ESTILO EN PAGINA INDEX
*/

a.mainMenu:link, a.mainMenu:visited, a.mainMenu:active, a.mainMenu:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a.mainMenu:hover { 
	color: #000000;
}

td.topMenu {
	font-size: 11px;
	color: #666666;
	text-align: center;
}

a.topMenu:link, a.topMenu:visited, a.topMenu:active, a.topMenu:hover {
	font-size: 11px;
	color: #666666;
	text-align: center;
	text-decoration: none;
}

a.topMenu:hover { 
	color: #000000;
}

a.rightMenu:link, a.rightMenu:visited, a.rightMenu:active, a.rightMenu:hover {
	font-size: 16px;
	font-weight: bold;
	color: #d8d8d8;
	vertical-align: center;
	text-decoration: none;
}

td.cellTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #1b719c;
	text-align: center;
}

td.cellText {
	font-size: 10px;
	color: #999999;
	background-color: #ededee;
	text-align: justify;
	padding: 2px;
}

td.areasTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1b719c;
	background-color: #1b719c;
	text-align: center;
}

a.cellText:link, a.cellText:visited, a.cellText:active, a.cellText:hover {
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}

input.searchtext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	height: 18px;
	border-top: 2px groove #999999;
	border-left: 2px groove #999999;
	border-bottom: 1px groove #dedede;
	border-right: 1px groove #dedede;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9px;
	font-weight: normal;
}

td.powered {
	color: #999999;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}

a.powered:link, a.powered:visited, a.powered:active, a.powered:hover { 
	font-weight: normal;  
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

a.powered:hover {
	color: #ffffff; 
}

li {
	list-style-image:url(images/bullet.gif);
}

/*
	DETALLE DE ESTILO EN MAIN
*/

td.path {
	font-weight: normal;  
	font-size: 10px;
	color: #999999;  
	text-decoration: none;
}

a.path:link, a.path:visited, a.path:active { 
	font-weight: normal;  
	font-size: 10px;
	color: #999999;  
	text-decoration: none;
}

a.path:hover {
	color: #045981;  
}

td.title_area {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #228748;
	text-transform: normal;
	border-bottom: 1px #045981 solid;
}

td.main {
	background-color: #ffffff;
	background-image: url(images/main_bkg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.submit{
	background-color: #62846f;
	height: 24px;
	width: 90px;
	border: 2px #045980 outset;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

td.title_search {
	font-size: 16px;
	font-weight: bold;
	color: #045981;
}

td.subtitle {
	font-size: 12px;
	color: #000000;
}

img.trans-off { 
}

img.trans-on  { 
   filter: alpha(opacity=60); -moz-opacity: 0.6; 
}

/*
	DETALLE DE ESTILO EN DETALLE AREA
*/

td.contenido {
	font-size: 16px;
	color: #666666;  
	text-align: justify;
	padding-right: 25px;
	padding-top: 16px;
	font-family: Tahoma;
}

td.gallery {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #cccccc;
}

/*
	DETALLE DE ESTILO EN NOTICIAS
*/

.noticia {
	font-size: 10px;
	color: #666666;  
	text-align: justify;
}

a.titleNoticia:link, a.titleNoticia:visited, a.titleNoticia:active, a.titleNoticia:hover {
	color: #692135;  
	font-size: 12px;
	text-decoration: none;
}

a.titleNoticia:hover { 
	color: #c77961;  
	text-decoration: underline;
}

a.vermas:link, a.vermas:visited, a.vermas:active, a.vermas:hover {
	color: #692135;  
	font-size: 10px;
	text-decoration: none;
	text-align: right;
}

a.vermas:hover { 
	color: #c77961;  
	text-decoration: underline;
}

/*
	DETALLE DE ESTILO EN PAGINA NO ENCONTRADA
*/

td.noEncontrada{
	text-align: center;
	font-size: 16px;
	color: #02435e;
	font-weight: bold;
}
