﻿/**
  * Tomás Crespo - 2010 para Hola Murcia
  * Colores web:
  * Verde Hola Murcia: #878823
  * Azul  Hola Murcia: #00678b 
  * Texto azul clarito:#c3dfed (para el menu principal)
**/

a {text-decoration: none; color: #0c3d7b;}
a:hover{text-decoration: underline;}
a:visited {color: #0c3d7b;}

body 
{	
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	/* color: #878823; */
	/*Fondo 1 
	background-image: url(../img/htmlbg.jpg);		
	background-color: #1684c5;*/

	/*Fondo 2 */
	background-image: url(../img/Stage_BG_btm.png); 
	background-attachment: fixed;

	/*Fondo 3
	background-image: url(../img/bg.png); 
	background-color: #FFF; */

	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2 
{
	color: #0c3d7b;
	/* color: #00678b; */
	font-size: 16px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #0c3d7b;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#metaWrapper 
{
    width: 100%;
    background-image: url(../img/bandaFondo.png);
    background-position: center 26px;
    background-repeat: no-repeat;
}
#wrapper
{
    width: 1100px;
    margin: auto;
}

#grid 
{
    border: 1px solid #1684c5;
    width: 960px;
    margin:auto;
    margin-top: 35px;
    background-color: #FFF;
}

#cabecera 
{
    /*border-bottom: 1px solid #1684c5;*/
    text-align: center;
    margin-bottom:15px;
}

#menuTop { border-bottom: 0px solid #1684c5; height: 25px; text-align: left; background-color: #e0eff6;}
#menuTop #idiomas { float: right; margin-right: 8px; /*line-height: 25px;*/}

#idiomas { list-style: none; height:15px; margin-top: 4px; }
#idiomas li {line-height:15px; float:left; margin-right:15px;}
#idiomas li img {margin: 0px; margin-right:4px; padding: 0px; float: left; }
#idiomas li a {text-decoration: none; }
#idiomas li a:hover {text-decoration: underline; }


#selloConfianza 
{    	
    position: relative;
    margin-top: -20px;
    margin-left: -70px;
    z-index: 10;
}


#columnaCentral p 
{
	color: #000;
	}

#promociones, #elTiempo, #talonarioHolaMurcia, #venamurcia {margin-top: 20px;}
#pie { width: 100%; height: 70px; color: #FFF; margin: 0px; margin-top: 20px; background-image: url(../img/m_head_blend.png); padding-top:9px;}
#pie a {color: #FFF}
#pie #colaboradores, #pie #lopd  { float:left; width: 555px; }
#pie li { float:right; margin-left: 8px; }
#pie #feder { float: left; width: 165px; margin: 0px;}
#pie #logofinal { float: right; width: 210px; margin: 0px;}


.error
{
	width: 200px;
	height: 100px;
	margin: 25px auto;
	padding-left: 120px;
	padding-top: 30px;
	color: Red;
	font-weight: bold;
	background-image: url(../img/glossy-error-icon.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
	

