/* CSS Document */

body {
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin:0px;
		padding:0px;
		height:100%;
		background-color: #000000;
		background-image:url(../img/ss.jpg);
		background-position:center;
		cursor:crosshair;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #999999;
		}

#contenedor { 
		width:950px;
		background-color:#000000;
		margin:auto;
		}
			
#cabecera { 
		width:950px;
		height:200px; 
		background-color:#000000;
		}


#menu {
	width:170px;
	height:100%;
	background-color: #000000;
	background-image:url(../new/menu_izq_nuevo.jpg);
	float:left;
	background-repeat: no-repeat;
		}
		
#menu_dcha { 
		width:170px;
		height:800px; 
		background-color: #000000; background-image:url(../new/menu_dcha_nuevo.jpg); background-repeat: no-repeat;
		float: right;
		}
		
#contenido { 
		width:575px; 
		height:100%; 
		background-color:#000;
		float:left;
		color: #CCCCCC;
		padding-left:25px; padding-right:10px;
		}
		
#contenido_foro { 
		width:950px; 
		height:500px; 
		background-color:#000;

		}
#pie { 
		width:950px; 
		height:50px; 
		background-color:#000000; 
		clear:both
		}
		
p {margin-left:25px;}

.centrar {display:block; margin:auto; }

.centrar_texto {text-align:center}

.galon {}

.rango {font-weight:bold; color:#FFCC33}

.clave { font-weight:bold; color: #CCFFCC; text-align:center}

.cont_menu { margin-left: 20px;}

#magazine {display:block; margin:auto; }

a {
	color: #00CC33; text-decoration:none
}

/* NOTICIAS ---------------------------------- */	

#not {margin-left:45px}

#noticias {
	border: thin solid #CCCCCC;
	margin: auto;
	padding: 10px;
	height: 690px;
	width: 525px;
	overflow: auto;
}

.noticiasweb { width:485px
}
#img_not { width:150px; height:150px
}
.nt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFCC00;
	text-align: right;
}
.nt2{ padding-top:10px; padding-left:15px}


/* FORMULARIOS ---------------------------------- */			
		
		.separacion {
			margin-bottom:4px;
			}
				
		.formulario_contactar {
			margin-right:10%;
			margin-left: 10%;
			margin-bottom:25px;
			}
		
		.fieldset {
	background-color: #666666;
	color:#CCCCCC;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
			}
	
		label {
			display:block;
			padding-top:5px;
			text-align:right;
			margin-right:5px;
			}
			
		div label {
			float:left;
			width:35%
			}
			
		legend {
			font-size: 1em;
			font-weight: bold;
			color: #FFCC33;
			background-color: #000000;
			margin: 0px;
			border: 1px solid #FFCC33;
			padding-top: 1px;
			padding-right: 3px;
			padding-bottom: 1px;
			padding-left: 3px;
			}

						
		input:focus {
			border:2px solid #006600;
			background: #CCCCCC;
			}

		input:hover {
			border:2px solid #FFCC33;
			color: #000000;
			background: #CCCCCC;
			}

