/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	font: normal small Verdana, Arial, Times, serif;
	color: #999999;
}

h1, h2, h3 {
}

h2 {
}

h3 { color:#000; font-size:medium;
}


p, blockquote, ul, ol {
}

p { line-height: normal;
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #FF8832;
}

img {
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 5px 0px 10px;
	margin-right:5px;
	height:35px;
	background: url(images/mod_titular.gif) top  repeat-x; 
	font-size: 1em;
	color:#00528f;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
}

/* Post */

.post {
	padding: 20px;
}

.post .title {
	margin-bottom: 20px;
}

.post .date {
	float: left;
	width: 90px;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	float: left;
	padding-left: 20px;
	border-left: 1px dotted #FFB46A;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	clear: both;
}

.story2 {
	border: 1px solid #FF7F00;
	margin-top:37px;
}



.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
color:#000000;
	margin-bottom: 1.5em;
	line-height: 120%;
}

#alerta {
border:1px medium;
color: #CC0000;
background-color:#FF0000;
}

/* Logo */

#logo {
	width: 700px;
	height: 186px;
	margin: 0 auto;
}

#logo h1 {
	float: left;
	width: 180px;
	height: 160px;
	padding: 20px;
	background:url(images/img01.gif) no-repeat;
	text-align: right;
	font-size: 2.2em;
}

#logo h2 {
	float: right;
	width: 420px;
	height: 150px;
	padding: 30px 20px 20px 20px;
	background:url(images/img02.jpg) no-repeat;
	font-size: 1.4em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Bloque contenido (menu y datos) */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(images/mod_fond.gif) repeat-y;
}

#extra {
	clear: both;
	height: 20px;
	background: url(images/b_inf.gif) no-repeat;
}

/* Content > Main */

#main {
	float: right;
	width: 460px;
	color: #FFA954;
}

#main a {
	color: #FF7F00;
}

#borde_sup {
	clear: both;
	height: 20px;
	background: url(images/b_sup.gif) no-repeat;
}




/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
	color: #3090D7;
}

#sidebar a {
	color: #0076CC;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
	padding: 20px 0;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	padding-bottom: 3px;
}

#menu a {
	display: block;
	width: 175px;
	padding: 5px 10px 5px 30px;
	background: url(images/img08.gif) no-repeat 0px 50%;
	text-decoration: none;
}

#menu a:hover, #menu .active a {
	color:#a36e35;
	background: url(images/img08b.gif) no-repeat 0px 50%;
}


/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
	color:#00528f;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/*- Menu Tabs--------------------------- */


    #tabs {
      float:left;
      width:100%;
      font-size:10px;
      line-height:normal;
      }
    #tabs ul {
        margin:0;
        padding:0px 0px 0 0px;
        list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:3px 10px 2px 2px;
      color: #000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color: #000;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

        #tabs #current a {
                background-position:0% -42px;
        }
        #tabs #current a span {
                background-position:100% -42px;
        }







/* Mapa */
#map {
	width: 420px; 
	height: 400px;
	border: 1px solid #666666;
	clear:both;
}


/* Promociones principal */

#promociones {
	margin-top:5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #FF7F00;
}

#promociones p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
	color:#FF7F00;
}

#promociones h1{
	padding-bottom: 15px;
	font-size: small;
	font-weight:bold;
	color:#FF7F00;

}


/* Footer */

#footer {
	clear: both;
	width: 660px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
}

/* Footer > Legal */

#logos {
	clear: both;
	width: 680px;
	margin: 0 auto;
	padding: 10px 0;
	height: 70px;
}

#logos p {
font-size: smaller;
}

.celda {
text-align:center;
}

#legal {
}


/* Footer > Links */

#links {
}

/* Volver arriba */


#back-to-top {
    width:26px;
    height:26px;
    display:block;
    position:fixed;
    bottom:50%;
    right:5px;
    background:url(images/top.png) no-repeat 0 0;
    outline:0 none;
}
#back-to-top span {
    display:none;
}
