/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
      Author: RTS
======================================*/

/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
a {	text-decoration: none; color:#6EA5BC;}
a:focus, a:hover {
	text-decoration: none;
	color:#ffffff;
	background-color:#6EA5BC;
}
body {
	line-height:1.5;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	background:#000;
	font-size:10pt;
	line-height: normal;
}            
.right {float: right;}
.left {float: left;}
.center {
	text-align: center;
}

.navbar-1-gris {
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: thin dotted #6EA5BC;
}

.navbar-1-negro {
	padding-top: 0px;
	padding-bottom: 0px;
}

.fondogris {
	padding-top: 10px;
    background:#2C2C2C url(../img/fondogris.gif) repeat;
}


.imagen {
	padding-bottom: 10px;
}



/**************************************/
/*             NAVIGATION             */
/**************************************/





.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
	color:#CCCCCC;
	font-weight: normal;
}


.txtp {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	color:#ffffff;
	font-weight: normal;
	text-transform: uppercase;
    line-height: 1.4em;
}



.tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color:#E0E1E2;
	font-weight: bold;
	line-height: normal;
}



.rtscajagris {
    padding-bottom:0em;
	background:#E0E1E2;
	color:#000000;
    font-size: 1.2em;
    font-weight: bold;
	padding-left:0em;
    padding-right:0.2em;
    line-height: normal;

}

#rtsSecondMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #2C2C2C;
}

#rtsSecondMenu a.botonMenuSec {
	background-color: #2C2C2C;
	cursor: pointer;
	padding: 4px 4px 0px 1px;
	text-decoration: none;
}

#rtsSecondMenu a.botonMenuSec:hover, a.botonMenuSec:active {
	background: #6EA5BC;
	color: white;
	text-decoration: none;
}




/**************************************/
/*               FOOTER               */
/**************************************/

#rtsFootMenu {
	font-size: 11px;
}

#rtsFootMenu ul li {
	float: right;
	padding: 10px;
	margin: 0;
	list-style: none;
	list-style-type: none;
	display: inline;
}

#rtsFootSuperior
{
	clear: both;
	padding-top: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('../img/fondoboletin_950.gif');
	margin-bottom: 8px;
}


