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

body{
				background-color:#000000;
				color:#FFFFFF;
				margin: 0px;
				padding: 0px;
				font-family:Arial, Helvetica, sans-serif;
			}
			
			img{
				border: none;
			}
			
#enlaces {padding-bottom:5px; padding-top:10px}
/*
#enlaces a:link {color:#B4B4B4;padding-bottom:5px; padding-top:10px}
#enlaces a:visited {color:#B4B4B4;padding-bottom:5px; padding-top:10px}
#enlaces a:active {color:#B4B4B4;padding-bottom:5px; padding-top:10px}
#enlaces a {color: #FFFFFF;padding-bottom:5px; padding-top:10px;margin-left: 10px;margin-right: 10px;}
#enlaces a:hover {color:#FFFFFF;padding-bottom:5px; padding-top:10px}


			/*li{
				float:left;
				padding-top:2px;
				margin-left:2px;
			}*/
			
			#main{
				background-image:url(foro/img/bg_body.jpg);
				background-repeat:repeat-x;
				background-color:#f6f6f6;
				padding-top: 30px;
				padding-bottom: 30px;
			}
			
			#contenido{
				margin: 0 auto;
				width: 930px;
				/*border: 1px solid #ff0000;*/
			}
			
			#cuerpo_noticia{
				width:629px;
				background-image:url(imagenes/interior_vertical.png);
				background-repeat:repeat-x;
				background-color:#d5d5d5;
				float: left;
				color:#000000;
			}
			
			#concurso{
				width: 630px;
				height: 350px;
				float: left;
				background-image:url(imagenes/concurso.png);
				background-repeat: no-repeat;
				margin-bottom: 20px;
			}
			
			#foto_ganadora{
				position:absolute;
				height:327px;
				width:490px;
				margin-top:10px;
				margin-left: 15px;
				overflow:hidden;
				/*background-image:url(redimension.php?file=<?php echo $nombre; ?>);*/
				/*background-repeat: no-repeat;*/
				/*text-align: center;*/
			}
			
			#ganador{
				/*border: 1px solid #ff0000;*/
				width:170px;
				/*height:20px;*/
				position: relative;
				float:right;
				top: 25px;
				margin-right:13px;
				font-weight:bold;
				color:#FFFFFF;
			}
			
			#registro{
				float:right;
				margin: 0px;
				padding: 0px;
				height: 350px;
				margin-bottom:20px;
				
				width:280px;
			}
			
			#redes #boton{
				float: right;
			}
			
			#camiseta{
				/*clear:right;*/
				margin-top:15px;
				text-align:center;
			}
			
			#noticias{
				margin: 0 auto;
				clear: both;
				background-image:url(imagenes/noticias.png);
				background-repeat: no-repeat;
				height: 288px;
				width:928px;
				margin-bottom:20px;
			}
			
			#articulos{
				float:left;
				background-image:url(imagenes/articulos.png);
				background-repeat: no-repeat;
				height: 294px;
				width:629px;
			}
			
			#publicidad{
				float:right;
				background-image:url(imagenes/publicidad.png);
				background-repeat: no-repeat;
				height: 294px;
				width:283px;
			}
			
			#linea_bajo{
				clear:both;
			}
			
			#footer{
				height: 50px;
				color:#B4B4B4;
				font-family:Arial,Helvetica,sans-serif;
				font-size:10px;
				text-decoration:none;
			}
			
			#contenido_peu{
				width:930px;
				/*border: 1px solid #ffffff;*/
				margin: 0 auto;
			}
			
			#logo_menut{
				width:116px;
				height:19px;
				float: right;
			}
			
			a.sonystas:hover{text-decoration:none; color:#FFFFFF;}
			a.sonystas:link{text-decoration:none; color:#B4B4B4;}
			a.sonystas:visited{text-decoration:none; color:#B4B4B4;}
			
			.sony_reflex {color: #b4b4b4; font-size : 12px; font-family:Arial, Helvetica, sans-serif; text-decoration: none; padding-top:10px}	
			.sony_reflex a:link {color: #b4b4b4; font-size : 12px; font-family:Arial, Helvetica, sans-serif; text-decoration: none;}
			.sony_reflex a:visited {color: #b4b4b4; font-size : 12px; font-family:Arial, Helvetica, sans-serif; text-decoration: none;}
			.sony_reflex a:active {color: #b4b4b4; font-size : 12px; font-family:Arial, Helvetica, sans-serif; text-decoration: underline;}
			.sony_reflex a {color: #b4b4b4; font-size : 12px; font-family:Arial, Helvetica, sans-serif; text-decoration: none;}
			.sony_reflex a:hover {color: #b4b4b4; font-size : 12px; font-family:Arial, Helvetica, sans-serif; text-decoration: underline;}
			
			a.a_sub{
				color:#000000;
				text-decoration:none;
				margin-bottom:3px;
			}
			
			a.a_sub:hover{
				text-decoration:underline;
			}
			
			a.sonystas{
				font-family:Arial, Helvetica, sans-serif;
				font-size:16px;
			}
			
			/* GANADOR CONCURSO */
			
			#concurso_mensual{
				width: 250px;
				background-color: white;
				padding: 10px 0px;
				text-align: center;
				border: 1px solid #CCC;
				font-family: Arial;
				margin-bottom: 20px;
			}
			
			#concurso_mensual img{
				margin-top: 5px;
			}
			
			#concurso_mensual #titulo{
				font-size: 20px;
			}
			
			#concurso_mensual p{
				padding-top: 5px;
				margin-bottom: 0px !important;
			}
			
