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

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: arial;
	vertical-align: baseline;
	color:#FFF;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Fin CSS Reset */

/* Enlaces generales */
a {
	color:#fff;
	text-decoration:underline
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
img a {
	border:none;
}

h2 {
	margin:0 0 1px 10px;
	_margin:0 0 1px 10px;
	padding:5px 7px 5px 7px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	background-image:url(../img/fondo_transparente.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	float:left;
}

#general {
	width:100%;
	margin:0 auto;
	padding:15px 0 0 0;
}

#contenido {
	width:980px;
	margin:0 auto;
	padding:0 0 120px 0;
	background-image::url(../img/fondo_general.jpg);
	background-repeat:no-repeat;
	background-position:center -144px;
}

.logo {
	margin:41px 0 4px 10px;
	display:block;
	float:left;
}

#cuerpo{
	margin:0;
	padding:0;
	width:980px;
	height:530px;
	position:relative;
}

/*Menu*/
ul#menu {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	padding:10px 0 10px 10px;
	width:auto;
	float:left;
}

ul#menu li{
	margin:0;
	padding:0;
	float:left;
}

#menu li.login{
		margin:0 0 0 733px;
		text-transform:uppercase;
}

#menu a{
	padding:4px 7px 7px 5px;
	_padding:4px 7px 4px 5px;
	margin:0 8px 0 0;
	color:#fff;
	background-image:url(../img/fondo_transparente.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-decoration:none;
	float:left;
}

#menu a:hover, #menu a.menu_actif{
	background-image:none;
	text-decoration:underline;
}

.sesion{
	padding:4px 7px 7px 5px;
	margin:10px 8px 0 0;
	color:#fff;
	background-image:url(../img/fondo_transparente.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	text-decoration:none;
	float:right;
	font-weight:bold;
	display:block;
	font-size:12px;
}

.sesion a{
	text-decoration:none;
}

.sesion a:hover{
	text-decoration:underline;
}

.premio_pie {
	padding:0 0 5px 600px;
	height:auto;
	float:right;
	width:45px;
	text-align:right;
	height:30px;
}

.premio_pie img{
	margin:0 0 0 5px;
	padding:0;
	float:right;
}

.pie {
	margin:0;
	padding:0 7px 20px 0;
	float:left;
	font-size:11px;
	color:#FFF;
	text-align:right;
	width:973px;
	background-image:url(../img/bullet.gif);
	background-position:right 3px;
	background-repeat:no-repeat;
}

.ir {
	margin:0;
	padding:0 10px 40px 10px;
	float:left;
	font-size:11px;
	color:#fff;
	text-align:left;
	text-decoration:none;
}

.ir a{
	color:#fff;
	text-decoration:none;
}

.ir a:hover{
	color:#fff;
	text-decoration:underline;
}

.ir_risky {
	margin:0;
	padding:0 10px 40px 10px;
	float:left;
	font-size:11px;
	color:#fff;
	text-align:left;
	text-decoration:none;
}
