/****** Textos *****/
.txtGris14 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8B8B8B;
	text-decoration: none;
}
.txtGris10 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #EAEAEA;
	padding-left: 10px;
	padding-top: 5px;
}
.TextEstilo
{
	width: 80px;
	height:18px;
	background: #ffffff;
	border : 1px double #EAEAEA;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:13px;
}
/**************/
.bodyBGImg {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cccccc;
	background-attachment: fixed;
	background-image: url(img/bg3.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.pageSurround 
{
	width: 1000px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	background-color: #FFFFFF;	
}
.txtgris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #8B8B8B;
	text-decoration: none;
}
.txtGrisTitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#EAEAEA;
	text-decoration: none;
	padding: 5;
}
.fondoAzul{
background: url(img/1bgMnuTop.png) repeat-x;}
.BotonAzul{
font-size:12px;
font-family:Tahoma;
font-weight:bold;
color:white;
width:88px;
height:20px;
margin-left:80px;
border:2px Solid #132866;
background:#a9c0f4;
}

/*****************Links*********************/
.link_naranja10:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004AB9;
	text-decoration: none;
}
.link_naranja10:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004AB9;
	text-decoration: none;
}
.link_naranja10:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
    text-decoration: none;
	background-attachment: fixed;
	background-color: #004AB9;
	background-repeat: no-repeat;}
.link_naranja10:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #004AB9;
	background-repeat: no-repeat;}
/***************Menu principal****************/
.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(img/BG/bgAzul1Small.gif) center center repeat-x;*/
background: url(img/1bgMnuTop.png) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #dddddd; /*texto*/
font-family: Verdana;
padding: 4px 7px ;
margin: 0px;
font-size: 13px;
text-decoration: none;
border-right: 1px solid #dddddd; /*006599THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(img/bgMnuTopOver.png) center center repeat-x; /*THEME CHANGE HERE*/
color:#ffffff;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #006599; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:14px;
z-index:1000;
background-color: white;
width: 180px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #006599; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #ff0000;*/
background: url(img/BG/bgAzul2Small.jpg) center center repeat-x;
color: White;
}

/**************************Esquinas Redondas *************************/
.rtop, .rbottom{
display:block;
background-color: black;
}
.rtop *, .rbottom *{
display: block; 
height: 5px; 
overflow: hidden
}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
