/* CSS Document */
body {color: #FF0000; background-image: url(images/bg.jpg)}
#fondo {background-color:rgb(230,230,230); width: 930px; margin: 4px auto; padding: 6px 0px; text-align: center; font-family:"Century Gothic";}
#global {margin: 0px auto; width: 930px; font-family:"Century Gothic";}
#cabecera {margin: 0px 0px 4px 0px}
#navegacion {margin: 0px 0px 4px 0px; background-color: #CDCDB4}

#menu {text-align:center; padding: 10px 0px 15px 0px; background-image:url(images/degradado2.jpg); font-family:"Century Gothic";}
#contenido {padding: 10px 10px 10px 10px; /*text-indent: 12px; text-align: justify;*/ font-family:"Century Gothic";}

#navegacion a {color: #191970; display:block; text-decoration:none; margin: 1px; font-weight:bold; font-size:12px;font-family:"Century Gothic";}
#navegacion a:link {}
#navegacion a:hover {color: #EEEED1; background-color:#000000}
#navegacion a:active {color: #CDCDB4}
#navegacion a:visited {}

#menu a {color: #E8E8E8; display:block; text-decoration:none; background-color: #4F4F4F; margin: 1px; font-size:12px;font-family:"Century Gothic";}
#menu a:link {} 
#menu a:visited {} 
#menu a:hover {color: #FFFFFF; background-color:#000000} 
#menu a:active {color: #99FFFF}

ul {margin: 0px; padding: 0px; list-style: none; font-size:12px; color:white; text-align:center;font-family:"Century Gothic";} 
h2 {margin: 0px; padding: 0px; list-style: none; font-size:20px; color:white;font-family:"Century Gothic";}
h1 {margin: 0px; padding: 0px; list-style: none; font-size:25px; color:rgb(18,45,174);font-family:"Century Gothic";}
h3 {margin: 0px; padding: 0px; list-style: none; font-size:10px; color:#EEDD82; text-align:center;font-family:"Century Gothic";}
h4 {margin: 0px; padding: 0px; list-style: none; font-size:30px; color:#EEDD82; text-align:center;font-family:"Century Gothic";}
h5 {margin: 0px; padding: 0px; list-style: none; font-size:15px; color:rgb(18,45,174); text-align:center;font-family:"Century Gothic";}
h6 {margin: 0px; padding: 0px; list-style: none; font-size:25px; color:rgb(18,45,174); text-align:center;font-family:"Century Gothic";}

p {
	color:#000080;
	font-size:20px;
	padding:10px;
	font-family:"Century Gothic";
}

p.news {
	padding:0px;
	background:url(images/bg2.jpg) no-repeat center;
	margin:10px 0;
	color:rgb(18,45,174);
	font-weight:bold;
	font-family:"Century Gothic";
	text-align:center;
	height: 169px;
	font-size:16px;
}

p.cuerpo {
	padding:0px 0px 0px 0px;
	margin:10px 0;
	color:Black;
	font-weight:bold;
	font-family:"Century Gothic";
	text-align:justify;
	font-size:12px;
}

p.contenido {
	margin: 0px;
	padding:0px 0px 0px 0px; 
	list-style: none; 
	font-size:14px; 
	color:black; 
	text-align:justify;
	text-indent:inherit;
	font-family:"Century Gothic";
}

p.titulos {
	margin: 0px;
	padding:0px 0px 0px 0px; 
	list-style: none; 
	font-size:15px; 
	color:rgb(18,45,174); 
	font-weight:bold;
	text-align:justify;
	text-indent:inherit;
	font-family:"Century Gothic";
}

p.alterna {
	margin: 0px;
	padding: 0px; 
	list-style: none; 
	font-size:14px; 
	color:rgb(18,45,174); 
	text-align:justify;
	font-family:"Century Gothic";
}

p.tituloprg {
	margin: 0px;
	padding: 0px; 
	list-style: none; 
	font-size:18px; 
	color:rgb(18,45,174); 
	font-weight:bold;
	text-align:justify;
	font-family:"Century Gothic";
}

p.soporte {
	margin: 0px; 
	padding: 0px;
	list-style:none;
	font-size:20px; 
	color:white;
	font-family:"Century Gothic";
}

p.inicio {
	margin: 0px; 
	padding: 0px;
	list-style:none;
	font-size:12px; 
	color:black;
	text-align:justify;
	font-family:"Century Gothic";
}

#copyright {font-size:12px; text-align:center; color:black}

img_esquina {
display:run-in;
/*display:scroll;*/
position:fixed;
bottom:0px;
right:0px;
}

#ftr_imagen {
background: url(images/promo.jpg)  no-repeat;
bottom: 0px;
right: 0px;
width: 400px;
height: 400px;
position: fixed;
}
.close {
float: right;
padding-right: 10px;
cursor:auto;
/*cursor: hand;*/
cursor: pointer;
}

/*
Theme: Dark Night
Author: Michael Schmieding
Web site: http://www.slifer.de/
*/

table a, table, tbody, tfoot, tr, th, td, table caption {
	font-family:"Century Gothic";
	background:white;
	color:#191970;
	text-align:center;
	font-size:12px;
}
table, table caption {
	border-left:3px solid #567;
	border-right:3px solid #000;
}
table {
	border-top:1px solid #567;
	border-bottom:3px solid #000;
}
table a {
	text-decoration:underline;
	font-weight:bold;
	font-family:"Century Gothic";
	font-size:12px;
}
table a:visited {
	background:white;
	color:#8B0000;
}
table a:hover {
	text-decoration:none;
	position:relative;
	top:1px;
	left:1px;
}
table caption {
	border-top:3px solid #567;
	border-bottom:1px solid #000;
	font-size:12px;
	font-weight:bold;
}
table, td, th {
	margin:0px;
	padding:0px;
}
tbody td, tbody th, tbody tr.odd th, tbody tr.odd td {
	border:0px solid;
	border-color:#567 #000 #000 #567;
}
td, th, table caption {
	padding:0px;
	vertical-align:top;
}
tfoot td, tfoot th, thead th {
	border:1px solid;
	border-color:#000 #567 #567 #000;
	font-weight:bold;
	white-space:nowrap;
	font-size:14px;
}


