*
{
	font-family: Helvetica, Arial, sans-serif; /* color:#666; */
}

p.links
{
	text-align: center;
}

p.explorefiles
{
	text-align: left;
	margin: 10px 0px 0px 15px;
}

a
{
	text-decoration: none;
	font-weight: bold;
	line-height: 1em;
}

a.links
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #3283a4;
	font-weight: bold;
	line-height: 30px;
	display:block;
}

a.links img.links
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #3283a4;
	font-weight: bold;
	line-height: 1.2em;
}
/*
p.texto_normal
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small ;
	
	padding: 6px 0px 0px 6px;
}*/

p.texto_normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding: 3px 0px 0px 3px;
}

p.texto_mensaje_alerta
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FF0000;
	font-weight: bold;
	padding: 3px 0px 0px 3px;
}


/*
h4
{ 
	padding: 6px 0px 0px 6px;
}*/

h4
{
	padding: 3px 0px 0px 3px;
}

body
{
	background-image: url('../images/body_bg.jpg');
	background-repeat: repeat-x;
}

#page
{
	background-image: url('../images/body_bg.jpg');
	background-repeat: repeat-x;
	width: 980px;
	position: absolute;
	left: 50%;
	margin-left: -490px;
}
/*
#page
{
	background-image :url('../images/body_bg.jpg');
	background-repeat: repeat-x; 
	width: 980px;
	height: 800px; 
	position: absolute;
	left:50%; 
	margin-left:-490px; 
}*/

#top
{
	background-color: #E7EEF6;
	width: 960px;
	height: 100px;
	margin: 10px 0px 0px 0px;
}

#fondo
{
	background-color: #89ADDE;
	background-image: url('../images/U_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 960px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}

/*
#fondo
{
	background-color :#89ADDE;
	background-image: url('../images/U_bg.jpg'); 	
	background-repeat: no-repeat; 	
	background-position:  bottom;  
	width: 960px; 
	height: 790px;  
	padding: 0px 0px 0px 0px;
	position: absolute;
	left:50%; 
	margin-left:-480px; 
}*/


#footer
{
	background-color: #695C2A;
	border-top: 1px solid #fff;
	color: #fff;
	height: 20px;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	width: 960px;
	margin-left: -480px;
	opacity: 0.75;
	font-size: 80%;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: -35px;
}


/* -------------------------------------------------
- Content Styles
----------------------------------------------------*/

/*
#contenido
{
	width: 960px;
}
*/


#contenido
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/*
#login
{
	width: 414px;
	top:50%; 
	margin-top:-207px; 
	left:50%; 
	margin-left:-207px; 
	position: absolute;

}
*/

#principal
{
	width: 814px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#top_left_cap
{
	background-image: url('../images/top_l_cap.gif');
	background-repeat: no-repeat;
	height: 30px;
	width: 7px;
	float: left;
}

/*
#title
{
	font-family: Helvetica, Arial, sans-serif;
	color: #3283a4;
	font-weight:bold;
	background-color: #fff; 
	background-image: url('../images/top_bg.gif'); 
	background-repeat: repeat-x; 
	height: 30px; 
	vertical-align: middle; 
	float: left; 
	width: 400px;
}*/

#title
{
	font-family: Helvetica, Arial, sans-serif;
	color: #3283a4;
	font-weight: bold;
	background-color: #fff;
	background-image: url('../images/top_bg.gif');
	background-repeat: repeat-x;
	height: 30px;
	vertical-align: middle;
	float: left;
	width: 800px;
}

#top_right_cap
{
	background-image: url('../images/top_r_cap.gif');
	background-repeat: no-repeat;
	height: 30px;
	width: 7px;
	float: left;
}

/*
#body_base
{
	background-color: #e9eef4; 
	background-image: url('../Images/side_stripe.gif'); 
	background-repeat: repeat-y; 
	background-position: 100% 0; 
	position: relative; 
	top: 0; 
	width: 100%; 
	float: left ;
	width: 415px;
	overflow:auto;

	
}*/

#body_base
{
	background-color: #e9eef4;
	background-image: url('../Images/side_stripe.gif');
	background-repeat: repeat-y;
	background-position: 100% 0;
	position: relative;
	top: 0;
	width: 100%;
	float: left;
	overflow: auto;
}


#body_base_restrict
{
	background-color: #e9eef4;
	background-image: url('../Images/side_stripe.gif');
	background-repeat: repeat-y;
	background-position: 100% 0;
	position: relative;
	top: 0;
	float: left;
	width: 415px;
	height: 500px;
	overflow: auto;
}

#bot_left_cap
{
	text-align: left;
	width: 7px;
	height: 31px;
	float: left;
	background-image: url('../images/bot_l_cap.gif');
	background-repeat: no-repeat;
}

/*
#bottom_solid
{
	background-image: url('../images/bot_bg.gif'); 
	background-repeat: repeat-x; 
	text-align: center; 
	height: 8px; 
	float: left; 
	vertical-align: middle ;
	width: 400px;
}
*/

#bottom_solid
{
	background-image: url('../images/bot_bg.gif');
	background-repeat: repeat-x;
	text-align: center;
	height: 8px;
	float: left;
	vertical-align: middle;
	width: 800px;
}

#bot_right_cap
{
	width: 7px;
	height: 31px;
	float: left;
	background-image: url('../images/bot_r_cap.gif');
	background-repeat: no-repeat;
}



/* -------------------------------------------------
- Footer Styles
----------------------------------------------------*/



#footer_left
{
	color: #fff;
	display: inline;
	float: left;
	padding: 2px 2px 0px 19px;
	opacity: 1.0;
}

#footer_right
{
	clear: right;
	display: inline;
	float: right;
	padding-right: 20px;
	opacity: 1.0;
}

#footer a
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer_right ul
{
	text-align: right;
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footer_right li
{
	background-image: url('../Images/divider_white.gif');
	background-repeat: no-repeat;
	background-position: 2px 5px;
	display: inline;
	margin: 0;
	padding: 3px 4px 0 11px;
}

body .Agco{
	display:none; 
}
body.Agco .Agco{
	display:block; 
}
body .Damsa{
	display:none; 
}
body.Damsa .Damsa{
	display:block;
}
