/**
 * Basic definitions for the editing area. postlink
 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image: url(../imagenes/fondoweb.gif);
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


.listadoCancionesCampo {
	color: #FFFFFF
}


.listadoCancionesValor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.textoFichaAlbumValor {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}

.textoFichaAlbum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.TextoNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #FFFFFF;
}

.TextoTituloDestacado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}

.ContadorDestacado
{
	color: #772828;
}
.ContadorNormal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.TituloNoticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: justify;
    color : #FFFFFF;
}

.TituloNoticiaGrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../imagenes/degradado.jpg); 
}

.TituloNoticiaDetalle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.EntradillaNoticiaDetalle {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    color : #FFCC00;
}


.EntradillaNoticia {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
    color : #FFCC00;
}

.EntradillaNoticiaDestacado {
	font-size: 13px;
	color: #B88E3C;
}

.efectoNoticias {
    background : #000000;
	cursor:hand;
}
.efectoNoticias:hover {
    background : #898989;
	cursor:hand;
}

.listaNormal {
    background : #000000;
}
.listaNormal:hover {
    background : #be7443;
}

.textoFichaAlbum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.noticiasEncabezado {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size: 14px;
	font-weight: bold;
}

.textoBlanco{
    color: #FFFFFF;
}

.textoNaranja{
    color: #FF9900;
}

.sitemap {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #EC9213;
	text-align: left;
}


.pie {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.pie a:link {
	color: #CCCCCC;
	text-decoration: none;
}

.pie a:visited {
	color: #CCCCCC;
	text-decoration: none;	
}

.pie a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

.pie a:active {
	color: #FFFFFF;
	text-decoration: none;
}

 #marqueecontainer{
position: relative;
width: 325px; /*marquee width */
height: 128px; /*marquee height */
background-color: white;
overflow: hidden;
border: 0px solid orange;
padding: 2px;
padding-left: 4px;
}


/**
 * Alignment.
 */

.JustifyLeft
{
	text-align: left;
}

.JustifyRight
{
	text-align: right;
}

.JustifyCenter
{
	text-align: center;
}

.JustifyFull
{
	text-align: justify;
}



/* Form elements */
h1{
	color: #FFFFFF;
	margin: 2px;
	text-decoration: none;
	font: italic 32px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #FFFFFF;
	margin: 0px;
	font: italic 18px Arial, Helvetica, sans-serif;
}

h3 {
	margin: 2px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

/* Gets rid of the need for border="0" on hyperlinked images */

input,select{
	background: #FFFFFF;
	border: 0px solid;
	border-color: #707070 #000000 #000000 #707070;
	color: #000000;
	font-size: 11px;
}

input.button, input.liteoption, .fakebut{
	background: #FFFFFF;
	border: 1px solid;
	border-color: #707070 #000000 #000000 #707070;
	color: #E7E7E7;
	font-size: 11px;
}

input.catbutton{
	background: #FFFFFF;
	border: 1px solid;
	border-color: #707070 #000000 #000000 #707070;
	font-size: 11px;
}

input.mainoption{
	background: #FFFFFF;
	border: 1px solid;
	border-color: #707070 #000000 #000000 #707070;
	color: #FFCC00;
	font-size: 11px;
}

input.post, textarea.post{
	background: #FFFFFF;
	border: 1px solid;
	border-color: #000000 #707070 #707070 #000000;
	color: #E7E7E7;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding-bottom: 2px;
	padding-left: 2px;
}


#cajaformulario {
	width: 92.5%;
	padding: 3px 10px 1px 12px;
	margin: 0 0 0 12px;
	text-align: left;
	border: none;
}

#cajaformulario span {
	/*font-size: 100%;*/
	/*font-size:.7em;*/
	display: block;
	margin-top:.2em;
}

#cajaformulario label {
	font-size:11px;
}

#cajaformulario02 div label {
	/*font-size:.7em;*/
	font-size:.65em;
}

#cajaformulario div {
/*margin-top: 8px;*/
	/*padding-bottom: 0;*/
}
/* estilo para los textos que son obligatorias cumplimentarles en los formularios */
.obligado {
	color: #354174;
        font-size:1.2em;
}z
