body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: arial, tahoma;
	font-size: 12px;
	color: #333399;
	background: url(/_imgs_/watermark.jpg) center repeat-y;
}

/* Corporativos ============================================ */

HR
{
	border: 2px solid #666699;
}

p
{
	margin-top: 14px;
	margin-bottom: 14px;
	text-align:justify;
	text-transform: none;
	font-weight: normal;
}

.fechamenu
{
	text-align: center;
	vertical-align: middle;
	color: #666699;
	font-weight: bold;
}

img.left
{
	float: left;
	margin-right:6px;
}

img.right
{
	float: right;
	margin-left:6px;
}

.tabimp
{
	background-color: #ffffff;
}

.tabpar
{
	background-color: #EEEEEE;
}

.licorp li
{
	text-align: justify;
	list-style-position: outside;
	list-style-image: url(/_imgs_/list.gif);
	margin-top: 6px;		
	margin-bottom: 6px;	
	font-weight: normal;
}

.lisquare
{
	text-align: justify;
	list-style-position: outside;
	list-style-type:square;
	margin-top: 6px;		
	margin-bottom: 6px;	
	font-weight: normal;
}

.licircle
{
	text-align: justify;
	list-style-position: outside;
	list-style-type: circle;
	margin-top: 6px;		
	margin-bottom: 6px;	
	font-weight: normal;
}

.menucorp
{
	vertical-align: top;
}

.marco
{
	border: 4px ridge #FFCC33;
}

#corp
{
	vertical-align: top;
	text-align: justify;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-image: url(/_imgs_/watermark_corp.jpg);
	background-repeat: no-repeat;	
	background-position: bottom;
}

#corp H1
{
	font-size: 18px;
	text-align: right;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	color: #CC0000;
	text-decoration:underline;
}

#corp H2
{
	font-size: 16px;
	text-align: center;
	text-transform: none;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#corp H3
{
	text-align: justify;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 4px;
	color: #CC0000;
	font-style:italic;
}

#corp H4
{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #CC0000;
	padding:4px;
}

#corp H5
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 10px;
	color: #CC0000;
	font-style:italic;
}

#corp a
{
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

#corp a:hover
{
	text-decoration: underline;
}

/* Generales ============================================ */

.resumen
{
	font-size: 12px;
	text-decoration: none;
}

.footer 
{
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

a
{
	font-weight:bold;
	text-decoration: none;
	border: none;	
	outline: none;
	color: #CC0000;
}

a:hover
{
	text-decoration: underline;
}

:focus img, :link img, :visited img
{
	border:0;
	outline: 0;	
}

/* Formularios ============================================ */

input
{
	font-size: 12px;
	border: 2px ridge #663399;
	color: #CC0000;
	margin-top: 2px;
	margin-bottom: 2px;		
	margin-left: 2px;
	margin-right: 2px;			
	padding-right: 2px;
	padding-left: 2px;	
	padding-top: 2px;
	padding-bottom: 2px;		
	background-color: #FFCC33;
}

input[type=checkbox]
{
	background-color:#FFFFFF;
	border: none;
}

textarea
{
	font-size: 12px;
	color: #CC0000;
	border: 2px ridge #663399;
	background-color: #FFCC33;
}

/* Noticias ============================================ */

#news li
{
	margin-top: 12px;
	margin-bottom: 4px;
	text-align: left;
	text-transform: none;
	list-style-position: outside;
	list-style-image: url(/_imgs_/list.gif);
}

/* tabcorp ============================================ */

#tabcorp
{
	border: 1px solid #CC3333;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

#tabcorp th
{
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #CC3333;
}

#tabcorp td
{
	color: #000000;
	font-weight: normal;
	font-size: 8pt;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;		
}


/* Menu vertical ============================================ */

#menuver 
{
	list-style:none;
	margin:0;
	padding:0;
	margin-top: 28px;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-right: 10px;	
	width: 120px;
	text-align:left;
	text-decoration: none;
}

#menuver li 
{
	padding: 0;
	margin: 0;
}

#menuver li a 
{
	display:block;	
	padding-left: 12px;
	padding-right: 12px;
	padding-top:6px;
	padding-bottom:6px;
	text-decoration:none;
	color:#CC0000;
	font-weight: bold;
}

#menuver li a:hover 
{
	color:#000000;
	background-image: url(/_imgs_/menuver.gif);
}

#menuver li p
{
	margin-bottom: 4px;
	color:#CC0000;
	text-align:center;
	padding-top: 10px;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: #CC0000 2px groove;
}

/* Menu horizontal  =============================================*/

.menuhor
{
	border-bottom: 2px #CC0000 solid;	
}

#menuhor ul
{
	margin:0;
	padding: 0;
	list-style: none;
	margin-left: 220px;
}

#menuhor li
{
	display: inline;
	margin: 0;
	padding: 0;
	color:#CC0000;
}

#menuhor a
{
	font-weight:bold;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #CC0000;
	background-color: #FFCC33; 
	border-left: #FFFFFF 4px solid;
}

#menuhor a:hover
{
	color: #FFCC33;
	background-color: #663399;
}

#menuhor #current a 
{
	background-color:#CC0000;
	color: #FFCC33;	
}
