/***********************************************/
/* Estilos de etiquetas generales              */
/***********************************************/ 
body
{
	margin: 0;
	padding: 0;
	text-align:center;
	background-color:#E8E8E8;
}

a
{
	color: #006699;
	text-decoration: none;
}

a:link
{
	color: #006699;
	text-decoration: none;
	border: none 0;
}

a:visited{
	color: #006699;
	text-decoration: none;
	border: none 0;
}

a:hover{
	color: #006699;
	text-decoration: none;
	border: none 0;
}

a:link img { 
border: none 0;
}

a:visited img { 
border: none 0;
}

a:active img { 
border: none 0;
}

/***********************************************/


/***********************************************/
/***********     Menu Navegacion     ***********/
/***********************************************/
.MenuNavegacion
{
	width: 960px;
	height: auto;
	background-color: #ffffff;
	border-left:1px solid #000;
	border-right:1px solid #000;
		
}
/***********************************************/

/***********************************************/
/*********** #Estilos del BotonMenu ***********/
/***********************************************/

.BotonMenu
{
	background-color: #f7f7f7;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #333333;
	width: 100%;
	overflow:hidden;
	text-align:center;
	border-bottom: 1px solid #f2f2f2;
}

.BotonMenu ul {
	padding:1px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:0;
	margin-left:0;
	display:block;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #333333;
	width: 100%;
	overflow:hidden;
	height:22px;
	text-align:center;
}

.BotonMenu ul li {
	float:left;
	background-color: #CCC;
	padding: 0 1px 2px 0;
	font-size: 10px;
	color: #0066CC;
	width:104px;
	margin:0 3px;
	line-height:12px;
	list-style-type:none;
	text-align:center;
	border: 1px solid #ffffff;
}

.BotonMenu ul li.vacio {
	float:left;
	background-color: #f7f7f7;
	padding: 0 1px 2px 0;
	font-size: 10px;
	color: #0066CC;
	width:104px;
	margin:0 3px;
	line-height:12px;
	list-style-type:none;
	text-align:center;
	border:0 none;
}

.BotonMenu ul li.mitad {
	float:left;
	background-color: #f7f7f7;
	padding: 0 1px 2px 0;
	font-size: 10px;
	color: #0066CC;
	width:54px;
	margin:0 3px;
	line-height:12px;
	list-style-type:none;
	text-align:center;
	border:0 none;
}

.BotonMenu ul li a {
	float:left;
	padding: 2px 0;
	font-size: 10px;
	color: #0066CC;
	width:100px;
	height: 12px;
	line-height:12px;
	text-align:center;
	background-color:#f7f7f7;
	border: 1px solid #ffffff;
}

.BotonMenu ul li a:visited {
	float:left;
	padding: 2px 0;
	font-size: 10px;
	color: #0066CC;
	width:100px;
	height: 12px;
	line-height:12px;
	text-align:center;
	background-color:#f7f7f7;
	border: 1px solid #ffffff;
}

.BotonMenu ul li a:hover {
	float:left;
	background-color:#FFF;
	border: 1px solid #FFF;
	font-size: 10px;
	color: #ff0000;
	width: 100px;
	height: 12px;
	text-decoration: underline;
	line-height:12px;
	text-align:center;
}

.BotonMenu ul li.gde {
	float:left;
	background-color: #CCC;
	padding: 0 1px 2px 0;
	font-size: 10px;
	color: #0066CC;
	width:114px;
	margin:0 3px;
	line-height:12px;
	list-style-type:none;
	text-align:center;
	border: 1px solid #ffffff;
}

.BotonMenu ul li.gde a {
	float:left;
	padding: 2px 0;
	font-size: 10px;
	color: #0066CC;
	width:110px;
	height: 12px;
	line-height:12px;
	text-align:center;
	background-color:#f7f7f7;
	border: 1px solid #ffffff;
}

.BotonMenu ul li.gde a:visited {
	float:left;
	padding: 2px 0;
	font-size: 10px;
	color: #0066CC;
	width:110px;
	height: 12px;
	line-height:12px;
	text-align:center;
	background-color:#f7f7f7;
	border: 1px solid #ffffff;
}

.BotonMenu ul li.gde a:hover {
	float:left;
	background-color:#FFF;
	border: 1px solid #FFF;
	font-size: 10px;
	color: #ff0000;
	width: 110px;
	height: 12px;
	text-decoration: underline;
	line-height:12px;
	text-align:center;
}

.BotonMenu ul li.doble {
	float:left;
	background-color: #CCC;
	padding: 0 1px 2px 0;
	font-size: 10px;
	color: #0066CC;
	width:204px;
	margin:0 3px;
	line-height:12px;
	list-style-type:none;
	text-align:center;
	border: 1px solid #ffffff;
}

.BotonMenu ul li.doble a {
	float:left;
	padding: 2px 0;
	font-size: 10px;
	color: #0066CC;
	width:200px;
	height: 12px;
	line-height:12px;
	text-align:center;
	background-color:#f7f7f7;
	border: 1px solid #ffffff;
}

.BotonMenu ul li.doble a:visited {
	float:left;
	padding: 2px 0;
	font-size: 10px;
	color: #0066CC;
	width:200px;
	height: 12px;
	line-height:12px;
	text-align:center;
	background-color:#f7f7f7;
	border: 1px solid #ffffff;
}

.BotonMenu ul li.doble a:hover {
	float:left;
	background-color:#FFF;
	border: 1px solid #FFF;
	font-size: 10px;
	color: #ff0000;
	width: 200px;
	height: 12px;
	text-decoration: underline;
	line-height:12px;
	text-align:center;
}

a:active {
	text-decoration: none;
	text-align:center;
}

/***********************************************/
#fondo {
width: 960px;
border: none 0; 
text-align: center;
margin: auto;
}

#centrada {
	width: 960px;
	border: none 0; 
	text-align: center;
	margin: 0 auto;
}

#header {
width: 960px;
height: 220px;
border: none 0; 
}

#marco {
width: 958px;
border: 1px solid #000;
text-align: center;
background-color: #FFFFFF;
}

#contenedor {
width: 958px;
border: none 0; 
background-color:#FFFFFF;
}

.dos-columnas {
	width: 956px;
	color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border: none 0; 
}

.dos-columnas p {margin-top:10px;}

.col-izq {
float:left;
width: 460px;
margin: 0 7px;
padding: 0 2px;
text-align: center;
}

.col-der {
float:right;
width: 460px;
padding: 0 2px;
margin: 0 7px;
text-align: center;
}

.separador {
width: 500px;
height: 50px;
border: none 0;
}

.limpiafloat {clear:both;}

.col-abajo {
	font-family:Arial, Helvetica, sans-serif;
	color: #CC6600;
    font-size: 1.2em;
	width:930px;
	margin: 0 auto;
}

/***********************************************/
/***********    Textos     ***********/
/***********************************************/

.subtitulo {
color: #CC6600; 
font-size: 24px; 
font-family: Arial, Helvetica, sans-serif; }

.link {
	color: #0000FF!important;
}

img.logo {
	float:right;
}

.borde {
	padding:1px;
	border:1px solid #FC3;
	overflow:visible;
}
