@charset "utf-8";
/* CSS Document */

/*RESET */
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: arial;
    font-weight: 0;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
	
}
:focus {
    outline: 0;
}
body {
    background: #000000;
	background:url(bg1.png);
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/*****    FIN DEL RESET  ****/

#idioma{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:auto;
	width:908px;
	
}
.lang{
	width:66px;
	height:14PX;
	text-align:center;
	background:#b90a0a;
	padding-top:3px;
	float: right;
	margin-right:10px;
	margin:5px;
}
.lang a{
	width:66px;
	height:14PX;
	text-align:center;
	background:#b90a0a;
	color:#FFF;
	text-decoration:none;

}
.lang a:hover{
	width:66px;
	height:14PX;
	text-align:center;
	background:#000000;
	float: right;
	color:#FFF;
	text-decoration:none;
}
#header{
	margin:auto;
	text-align:center;
	height:395px;
	width:910px;
	margin-bottom:10px;
	}

#menu2{
	margin:auto;
	margin-bottom:10px;
	text-align:center;
	width:910px;
	height:160px;
}
.submenu{
	width:212px;
	float:left;
	margin-left:12px;
	margin-bottom:10px;
	margin-top:10px;
}

.submenu SPAN{
	background:#000;
	color:#bbbbbb;
	padding:3PX;
	text-decoration:none;
	font-size:10px;
	
}
#footer{
	font-family:Arial;
	color:#CCC;
	font-size:10px;
	text-align:center;
	margin:auto;
	width:908px;
}
