
/******* CSS GENERAL ***********************************************************************/

BODY  {	
	background: #424242 ; 
	font-family: trebuchet ms, arial,helvetica;	
	font-size : 10pt;
	color : #efb420; 
	height:100%; 
	margin: 0px auto;
   	overflow:auto;
}

A  {text-decoration : none; color:#f70e1f; font-weight: bold;}
A:Visited  {text-decoration : none;	color:#f70e1f; font-weight: bold;}
A:Active  {text-decoration : none;	color:#f70e1f; font-weight: bold;}
A:Hover  {color:#efb420; font-weight: bold;}

A.menu  {text-decoration : none; color:#f70e1f; font-weight: bold; font-size:10pt;}
A.menu:Visited  {text-decoration : none; font-weight: bold;  color:#f70e1f;font-size:10pt;}
A.menu:Active  {text-decoration : none;	color:#f70e1f; font-weight: bold; font-size:10pt;}
A.menu:Hover  {color:#edac0a; font-weight: bold; font-size:10pt;}

table.main{
	border:1px solid #f70e1f;
	background-color: #000000;
}

img.bordeimgs{
	border:1px solid #f70e1f;
}

#logo{
	position:relative;
	display:block;
	float:left;
	width:128px;
	height:160px;
	background: url(imagenes/logo.jpg) no-repeat; background-position:top left;
	border:0px solid #682853;
}
#logotxt{
	position:relative;
	display:block;
	float:left;
	margin-left:0px;
	margin-top:30px;
	height:100px;
	width:760px;
	background: url(imagenes/logotxt.jpg) no-repeat; background-position:top right;
	border:0px solid #682853;
}

#menutop{
	position:relative;
	display:block;
	float:left;
	margin-top:80px;
	height:20px;
	width:741px;
	padding:15px;
	text-align:center;
	background-color: #6c0d12;
}

#separadortop{
	position:relative;
	display:block;
	float:left;
	margin-top:0px;
	height:1px;
	width:900px;
	background-color: #f70e1f;
}


#noticias{
	position:relative;
	display:block;
	float:left;
	margin-top:0px;
	margin-left:4px;
	height:100%;
	width:210px;
	padding:5px;
	color:#999898;
	font-size:9pt;
	line-height:110%;
	background-color: #404040;
	border:0px solid #682853;
}

#contenidos{
	position:relative;
	display:block;
	float:left;
	margin-top:10px;
	width:615px;
	padding:30px;
	text-align:justify;
}

h1{
color:#ff0d0d;
font-size:14pt;
line-height:110%;
}

p.pie{
color:#6c6c6c;
font-size:8pt;
text-align:center;
}

#banner{
	margin-left:80px;
	margin-top:10px;
}

#sep_noticias{
	position:relative;
	float:left;
	margin-top:3px;
	margin-bottom:5px;
	height:1px;
	width:210px;
	border-top:1px dotted #999898;
}

#titular1{
	font-weight:bold;
	font-size:18pt;
	color:#615f5f;
	font-style:italic;
	padding-bottom:10px;
}


#titular2{
	font-weight:bold;
	font-size:12pt;
	color:#f70e1f;
}












/******** FORMULARIO Y ELEMENTOS  **************************************************************************************************************/

SELECT, OPTION, TEXTAREA, INPUT {
font-family:Trebuchet MS,verdana,arial,helvetica;
font-style:normal; 
font-weight:normal; 
font-size: 9pt; 
color:#636363; 
background-color:#b8b8b8; 
border-width:1px ; 
border-color:#717171; 
border-style:solid
}

INPUT.boton {
vertical-align:bottom;
background-color:#6e6e6e; 
border-width:0px ; 
border-color:#efb420; 
border-style:solid
}

span.radio { 
  width: 19px; 
  height: 19px; 
  padding: 0 0px 0 0; 
  background: url(imagenes/radiobuton.gif) no-repeat; 
  display: block; 
  clear: left; 
  float: left; 
} 