/* CSS Document */
#menu{ 
font-family : Tahoma;
font-size : 12px;
color : #313131;
font-weight : bold;
background-color: #8C8C8C;
padding : 6px 6px 6px 0px; 
border-bottom: 1px solid  #323232;
border-top: 1px solid  #323232;
} 
A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{ 
color: #CCCCCC; 
padding : 6px 12px ;
text-decoration: none;
font-weight: bold;
} 
A.enlacenav:HOVER{ 
color: #FFFFFF; 
text-decoration: none;
background-color: #AF0000;
}

.menu {
font-family : Tahoma;
font-size : 12px;
color : #313131;
font-weight : bold;
background-color: #8C8C8C;
text-align : center;
letter-spacing: 1px; 
border-bottom: 1px solid  #323232;
border-top: 1px solid  #323232;
}
.menuhov {
font-family : Tahoma;
font-size : 12px;
color : white;
font-weight : bold;
background-color: #AA0000;
text-align : center;
letter-spacing: 1px; 
}
a:link.opciones,a:active.opciones,a:visited.opciones {
	text-decoration : none;
	color : #313131;
}
a:hover.opciones {
	text-decoration : none;
	color : white;
}
table.menu { 
width : 100%;
height : 20px;
}
.copyright {
font-family : Tahoma;
font-size : 9px;
color : silver;
text-align : right;
letter-spacing : 1px;
height : 20px;
padding : 5px;
}
.container {
background-color : #E4E4E4;
font-family : Verdana;
font-size : 11px;
line-height : 15px;
}
.content {
font-family : Verdana;
font-size : 11px;
line-height : 15px;
border : dashed 1px #9A9A9A;
background-color : #d8d8d8;
}
.content:first-line {
font-weight : 900;
font-family : Arial;
font-size : 16px;
line-height : 25px;
color : #990000;
}

.body {
border : solid 1px #323232;
}
.miniimg {
float : left;
margin : 8px;
}
.seccion {
border-bottom : dashed 1px black;
}
.url, a.url:visited, a.url:active, a.url:link {
font-family : inherit;
font-weight : bold;
color : black;
text-decoration : none;
}
a.url:hover {
font-family : inherit;
font-weight : bold;
color : #990000;
text-decoration : none;
}
.mensaje {
	font-family: Tahoma;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 12px;
}
.input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #DDDDDD;
	font-size: 9px;
	border: 1px solid;
}
.form {
	font-family: Tahoma;
	font-size : 12px;
	font-weight : bold;
}
.button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #999999;
	font-size: 9px;
	font-weight: bold;
	border: 1px solid;
}
