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


body {
	margin:0;
	padding:0;
	background-color:#B6056D;
	font-family:Verdana, Geneva, sans-serif;	
	font-size:11px;
	color:#FFF;
}

a, a:link, a:visited, a:hover, a:active {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	/*text-decoration:underline;*/
	color:#7fd0ee;
}
a#current, a#current:link, a#current:visited, a#current:hover, a#current:active {
	color:#7fd0ee;
}

/* Contenedor principal */
#contenedor {
	width:975px;
	margin:0 auto;
	background-image:url(/img/fondo_home.png);
	background-repeat:no-repeat;
	overflow:visible;
}
#principal {
	width:950px;
	margin-left:25px;
}
#cabecera {
	height:200px;
	width:700px;
	float:left;
	display: inline;
}
#menu {
	width:468px;
	height:40px;
	float:left;	
	display: inline;
}

#contenido #login p {
	margin-top:13px;
	width:230px;
	float:right;	
	display: inline;
	font-size:10px;	
}
#contenido #login p a {
	font-size:10px;
}

#submenu {
	padding:8px 0 10px 0;
}
#lateral {
	width:248px;
	float:right;
	display: inline;
}
#contenido {
	width:700px;
	float:left;
	display: inline;
}
	
		
#pie {
	display:block;
	width:975px;
	margin:0 auto;
	/*border:1px yellow solid;*/
}
	#pie .pie {
		width:700px;
		text-align:left;
		padding-left:25px;
	}
/************************/

#promoFlash {
	width:690px;
	height:212px;
	margin-bottom:10px;
}
#foro {
	background-image:url(../img/home/bg_foro.png);
	background-repeat:no-repeat;
	width:690px;
	height:159px;
	clear:both;
	margin-bottom:10px;
}
	#contenido_foro {
		width:500px;
		margin-left:180px;
		margin-top:10px;
	}
	
	#contenido_foro a:hover {
		color:#000;
		
	}
	


.formLogin, .formLoginSubmit {
	border:1px solid #e23ca7;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	width:84px;
	background-color:#B6056D;
	color:#FFF;
}
.formLoginSubmit {
	width:40px;
	background-color:#fa44be;
	font-family:"Small Fonts";
	font-size:9px;
	text-transform:uppercase;
}
form {
	margin:0;
	padding:0;
}


.txtAzul {
	color:#006ca2 !important;
}
.txtRosa {
	color:#ff009a !important;
}
.txtBlanco {
	color:#FFF !important;
}
.txtNegro {
	color:#000 !important;
}
/****************************************************************/
/* Menu */

#menu ul {
	padding:0;
	margin:0;
	
	color: White;
	float: left;
	display: inline;
	width: 100%;

}
#menu ul li {
	display: inline;
}
/*#menu ul li a {
	padding: 0.2em 1em;
	float: left;	
	display:block;
	
	border:1px solid red;
	
}*/
#menu ul li a {
	float: left;	
	display:block;
	height:40px;
	cursor:pointer;
}


#menu ul li a#current {
	background-position:bottom;
}



#menu ul li a:hover {
	color: #fff;
}

.bmenu0 {	
	background:url(../img/menu/boton0.png) no-repeat;
	width:103px;			
}
.bmenu1 {	
	background:url(../img/menu/boton1.png) no-repeat;
	width:115px;			
}
.bmenu2 {	
	background:url(../img/menu/boton2.png) no-repeat;
	width:120px;			
}
.bmenu3 {	
	background:url(../img/menu/boton3.png) no-repeat;
	width:108px;			
}

.bmenu0:hover, .bmenu1:hover, .bmenu2:hover, .bmenu3:hover {
	background-position:bottom;
}

.boton_3
{
	background: transparent url(../img/menu/boton_3.png) no-repeat;
	width:108px;
}

.boton_3:hover
{
	background:transparent url(../img/menu/boton_3_on.png) no-repeat;
	width:108px;
}

#error {
	font-family:"Small Fonts";
	font-size:9px;	
}


#caja4_1 {
	float:right; display: inline; width:450px; margin-top:15px;	
}

