﻿.noticias_arriba {
    /*padding-top:10px;*/
    width:645px;
    height:100px;
    background-image:url(/_layouts/RFEGolf/RFEImages/noticias_arriba.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding-bottom:10px;
}
	
.noticias_medio {
	width:645px;
	text-align:center;
	height:100%;
	background-image:url(/_layouts/RFEGolf/RFEImages/noticias_centro.png);
	background-position:center top;
	background-repeat:repeat-y;
}
	
.noticias_abajo {
	width:645px;
	height:130px;
	background-image:url(/_layouts/RFEGolf/RFEImages/noticias_abajo.png);
    background-position:center bottom;
	background-repeat:no-repeat;
	clear:both;
}

.noticias_arriba_II {
    /*padding-top:10px;*/
    width:645px;
    height:100px;
    background-image:url(/_layouts/RFEGolf/RFEImages/noticias_arriba_II.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding-bottom:10px;
}
	
.noticias_medio_II {
	width:645px;
	text-align:center;
	height:100%;
	background-image:url(/_layouts/RFEGolf/RFEImages/noticias_centro_II.png);
	background-position:center top;
	background-repeat:repeat-y;
}
	
.noticias_abajo_II {
	width:645px;
	height:130px;
	background-image:url(/_layouts/RFEGolf/RFEImages/noticias_abajo_II.png);
    background-position:center bottom;
	background-repeat:no-repeat;
	clear:both;
}

.main_seccion_noticias {
	float:left;
	width:645px;
	text-align:left;
	padding-top:15px;
	background-image:url(/_layouts/RFEGolf/RFEImages/caja_grande.png);
	background-position:top center;
	background-repeat:no-repeat;
}
		
.buscador {
	height:70px;
	background-color:#CCC;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	padding:15px;
	border-top:solid 1px gray;
	border-left:solid 1px gray;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
}

.combos {
	width:500px;
	float:left;
	margin:5px;
	padding:5px;
	/*background-color:gray;
	font-size:0.7em;*/
}

.caja_blanca_noticias {
	clear:both;		
	height:auto;
	width:auto;
	text-align:center;
	/*height:1020px;
	background-image:url(/_layouts/RFEGolf/RFEImages/fondo_noticias.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	*/
}

.caja_blanca_noticias_dentro  {	
    width:622px;
	margin:0 auto; 
	height:auto
}
	
.recuadro_noticia {
	margin-bottom:12px;
	padding:3px;
	padding-bottom:10px;
	width:618px;
	text-align:left;
	float:left;
	border-bottom: #CCC 1px solid;
}

.recuadro_banner
{
    border-bottom: 1px solid #CCCCCC;
    display: inline;
    float: left;
    margin-bottom: 12px;
    margin-left: 4px;
    padding: 0 3px 10px;
    text-align: left;
    width: 300px;
}

#fecha {		
    display:inline;
    background-color:#CCC;
    color:black;
    padding-left:10px;
    padding-right:10px;
    /*font-size:0.7em;*/
    font-weight:bold;
    float:left;
}

#categoria_noticias {	
	position:relative;	
    display:inline;
    background-color:black;
    color:white;
    padding-left:10px;
    padding-right:10px;
    /*font-size:0.7em;*/
    font-weight:bold;
}

#titular {
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid gray;
}	

#titular2 {
	/*font-size:0.8em;*/
	font-size:13px;
	font-weight:bold;
	/*border-bottom:1px solid  #C0C0C0;*/
	padding-top:3px;
	padding-bottom:3px;
}	

.mod_grafico_foto {
    float:left;
    display:inline;
    margin-right:5px;
    margin-top:0;
}

/******************************
    Estilos para las tablas
*******************************/
.ms {
    font-size: .7em;
    vertical-align: top;
    background: #ebf3ff;
    zborder-style: collapse;
    border: solid 1px #7f9db9; /*border-left:solid 1px #9ed6ff;*/
}

.t1
{
    width: 640px;
}

.t2 {
    height: 150px;
    cellpadding: 1;
}

td1 {
    width: 100px;
}
td2 {
    width: 450px;
}
td3 {
    width: 150px;
}

.combos {
	margin-left:5px;
	clear:both;
}

@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.AccordionNoticias {
	margin-left:10px;
	margin-top:5px;
	font-size:10px;
    width:600px;
	clear:both;
	/*
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
	*/
	float:left;
	border: 1px solid #999;
	height:auto;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanelNoticias {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTabNoticias {
	background-image: url(../RFEImages/Imagen1.png);
	margin: 0px;
	padding-left:0px;
	height:28px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-transform: uppercase;
	text-align:left;
	line-height:25px;
	text-indent:10px;
}

h3.section {
	margin-top: 1em;
}

#vertical_slide, #horizontal_slide {
	background: #D0C8C8;
	color: #8A7575;
	padding: 10px;
	border: 5px solid #F3F1F1;
	font-weight: bold;
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}

.contenedor_noticia_club {
	width:325px;
	float:left;
	display:block;
	margin-top:5px;
	padding:3px;
	padding-top:5px;
	border: #CCC 1px solid;
	background-color:#FFF;
	height:50px;
	text-align:left;
}

.caja_noticias_clubes {
	margin-bottom:5px;
	background-image:url(/_layouts/RFEGolf/RFEImages/fondo_territ.png);
	background-position:center top;
	background-repeat:no-repeat;
	float:left;
	height:445px;
	width:100%;
}

.titulo_seccion_noticias_clubes{
	color:#FFF;
    background:#900;
	padding-left:5px;
	padding-right:20px;
	margin-left:13px;
	font-size:12px;
	display:inline;
}