

	/* ESTILOS GENERALES */
* {margin: 0px;padding: 0px;}
img {border:0px;}
li {list-style:none;display:inline;}
object{display:block;}
.opacity img{opacity: 0.9;filter:alpha(opacity=90);}
.opacity2 img{opacity: 0.7;filter:alpha(opacity=70);}
.opacity:hover img, .opacity2:hover img{opacity: 1;filter:alpha(opacity=100);}
h1 {font-size:22px;display:block;}
h2{font-size:20px;display:block;font-weight:normal;}
h3{font-size:18px;font-weight:normal;display:block;padding-bottom:5px;}

body {font:12px  Arial, Helvetica, sans-serif;background:url(http://www.madridya.es//images/general/wallpaper.jpg) repeat-x #FFF;}
p {font:12px  Arial, Helvetica, sans-serif;}

input.text {font:12px  Arial, Helvetica, sans-serif;border:1px solid #CCC;padding:2px 0px 2px 5px;color:#666;}
select.select{font:12px Arial, Helvetica, sans-serif;border:border:1px solid #CCC;color:#666;}
textarea{font:12px  Arial, Helvetica, sans-serif;padding:2px 0px 2px 5px;border:1px solid #CCC;color:#666;}
th{font-weight:normal;text-align:left;padding:5px 0 2px 0;}

	/* LINKS GENERALES */

a{font-family:Arial, Helvetica, sans-serif;font-size:12px;text-decoration:none;outline:none;color:#333;}
a:hover {color:#00ACED;}

div.btn{text-align:center;}
div.btn .btnIni{width:1px;height:25px;float:left;}
div.btn .btnCenter{height:20px;float:left;padding:5px 20px 0 20px;background:#0DB4F3;}
div.btn .btnFin{width:1px;height:25px;float:left;}
div.btn .btnCenter a{font:bold 12px arial;text-decoration:none;color:#FFF;}



	/*HEADER*/
div.headerTop{height:106px;}
div.headerLeft {float:left;}
div.headerLeft div.logo{margin:25px 0 0 0;}
div.headerRight {float:right;border-left:1px solid #C9CFD3;padding:10px 0 5px 20px;height:65px;margin:10px 0 0 0;}
div.headerRight div.date {color:#004361;font-weight:bold;padding:0 0 5px 0;}
div.headerRight img{float:left;position:relative;top:-10px;}
div.headerRight div.infoWeather {float:left;position:relative;left:-30px;}
div.headerRight span.min {color:#3EA6D2;display:block;font-weight:bold;}
div.headerRight span.max {color:#DD6E0A;display:block;font-weight:bold;}

	/* MENU */

ul.mainMenu {height:43px;clear:both;background:url(http://www.madridya.es//images/general/bg_mainmenu.gif) no-repeat;}
ul.mainMenu li {float:left;padding:5px 25px 5px 25px;display:block;}
ul.mainMenu li a{color:#FFF;font-size:18px;display:block;}

ul.mainMenu li#inicio a{background:url(http://www.madridya.es//images/general/inicio.gif) no-repeat left top;height:38px;width:112px;text-indent:-2000px;}
ul.mainMenu li#inicio a:hover, ul.mainMenu li#inicio a.active {background:url(http://www.madridya.es//images/general/inicio.gif) no-repeat left bottom;height:38px;width:112px;text-indent:-2000px;}
ul.mainMenu li#callejero a{background:url(http://www.madridya.es//images/general/callejero.gif) no-repeat left top;height:38px;width:112px;text-indent:-2000px;}
ul.mainMenu li#callejero a:hover, ul.mainMenu li#callejero a.active{background:url(http://www.madridya.es//images/general/callejero.gif) no-repeat left bottom;height:38px;width:112px;text-indent:-2000px;}
ul.mainMenu li#fotos a{background:url(http://www.madridya.es//images/general/fotos.gif) no-repeat left top;height:38px;width:112px;text-indent:-2000px;}
ul.mainMenu li#fotos a:hover, ul.mainMenu li#fotos a.active {background:url(http://www.madridya.es//images/general/fotos.gif) no-repeat left bottom;height:38px;width:112px;text-indent:-2000px;}


ul.mainMenu li#noticias a{background:url(http://www.madridya.es//images/general/noticias.gif) no-repeat left top;height:38px;width:110px;text-indent:-2000px;}
ul.mainMenu li#noticias a:hover, ul.mainMenu li#blog a.active {background:url(http://www.madridya.es//images/general/noticias.gif) no-repeat left bottom;height:38px;width:110px;text-indent:-2000px;}



	/* RUTA */

div#ruta {padding:2px 0 8px 0;border-bottom:4px solid #C9CFD3;background:#ECEFF1;}

	/* ENVOLTURA */

#wrapper {width:955px;margin:auto;clear:both;background:#FFF;padding:0 0 20px 0;}
div.int {width:955px;margin:auto;clear:both;}


	/* SEO */

div#infoSeo {background:#1B313D;padding:25px 15px 20px 15px;margin:0 0 20px 0;}
div#infoSeo h1{font-weight:normal;color:#FFFFFF;font-size:28px;height:30px;}
div#infoSeo p{color:#FFFFFF;line-height:18px;text-align:justify;}
div#infoSeo p b{font-size:18px;font-weight:normal;}

	/* MODULES */

div.colCenter{clear:both;}

div.titModule {background:url(http://www.madridya.es//images/modules/titModule.gif) no-repeat 10px 32px;height:40px;margin:0 0 10px 0;}
div.titModule h2 {color:#182932;border-bottom:4px solid #DBDFE2;}

div.module{margin:10px 0 0 0;}


	/* FOOTER */
div#footer {background:url(http://www.madridya.es//images/general/bg_footer.jpg) repeat-x #E3E3E3;height:126px;padding:20px 0 0 0;}
div#footer ul.menuFooter li{padding:0 20px;border-right:1px solid #999999;}

div.footerLeft {float:left;padding:30px 0 0 0;}
div.footerRight {float:right;padding:30px 0 0 0;}


/* slightly enhanced, 
universal clearfix hack */
.clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
 }

.clearfix {
        display: inline-block;
 }



* html .clearfix {
        height: 1%;
 }

.clearfix {
        display: block;
}
