@charset "utf-8";
@import url(leftnav.css);
/***********************************************/
/* GLOBAL XHTML CSS tag styles                 */
/***********************************************/

#header {
	width:100%;
	background-color:#fff;
	padding:20px 0 10px 0;
	border-bottom:solid 1px #8cff00;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: -5px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
 *margin: 0 0 0 0;
	padding: 0px 5px 0px 5px;
	background: #FFFFFF url(textura2.jpg) repeat;
	font-size: small;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	-webkit-text-size-adjust: none; /*Safari (iPhone, iPad)stop from resizing text on rotation*/
}
/**** This rule will fix various miscellaneous issues in general IE7 CSS layouts. ****/

div {
	zoom:expression("100%");
}
/* the following rule is recognized only by IE6 > */

* html body {
/*font-size: x-small;ie 6*/
  }
img, body img {
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border:0;
}
/******* hyperlink and anchor tag styles *******/

a:link {
	color: #0038A8;
	text-decoration: underline;
}
a:visited {
	color: #0038A8;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #0038A8;
	text-decoration: underline;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong, b {
	font-weight: bold;
	color: #666;
}
a:focus {
	outline: 0px dotted;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
blockquote {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	line-height:1.2em;
	text-align:center;
	font: 16px bold Helvetica, Verdana, Arial, sans-serif;
	color:#0038A6;
	display:block;
	background-color:#FFFFFF;
	border-top: 2px solid #0038A6;
	border-bottom: 2px solid #0038A6;
}
.byline {
	font-size:10px;
	color:#999;
	padding-bottom:5px;
}
h1, h2, h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin-bottom:0px;
	text-align: left;
	font-size: 24px;
	font-weight: 300;
	vertical-align:middle;
	color:#0038A6;
	letter-spacing:.03em;
}
h1 {
	/**margin-top:-5px;*/
padding: 0px 5px 0px 20px;
	line-height:1.4em;
	clear:both;
}
h2 {
	padding: 0px 5px 0px 15px;
	font-size: 14px;
	font-weight: 400;
	color:#0038A6;
	letter-spacing:.02em;
	line-height:1.4em;
}
h3 {
	padding: 0px 5px 0px 15px;
	font-size: 14px;
	font-weight: bold;
	color:#666666;
	letter-spacing:0em;
	line-height:1.3em;
}
h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h1 a:hover, h2 a:hover, h3 a:hover, h1 a:active, h2 a:active, h3 a:active {
	text-decoration:none;
}
/* ----------------------------------------------------------------------------------------------------*/

.container_home {
	position:relative;
	/*top:-16px;
	*top:0px;*/
	margin:0 auto;
	padding:10px 0px 40px 0px;
	text-align: center;
	width: 980px;
	/**width: 982px;*/
	/*height:auto;
	min-height:100%;*/
	background-color:#FFFFFF;
	border-left:solid 1px #8cff00;
	border-right:solid 1px #8cff00;
}
.container_home img {
	padding:0;
}

/* General rules
----------------------------------------------------------------------------------------------------*/
.jquery_feat, .news_ticker_box,  .mod_1,  .mod_2,  .mod_3,  .mod_4,  .bottom_links {
	display: inline;
	float: left;
	position: relative;
	margin: 0px 15px 14px 15px;
	border: 1px solid #e7e7e7;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
	background-color:#FFFFFF;
}
.mod_1 img,  .mod_2 img,  .mod_3 img,  .mod_4 img {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.container_home .mod_1 img,  .container_home .mod_2 img,  .container_home .mod_3 img,  .container_home .mod_4 img /*excepto el mod con slider*/ {
	margin-bottom:3px;/*border:1px red solid;*/
}
.mod_1 p,  .mod_2 p,  .mod_3 p,  .mod_4 p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 0px 5px 0px 5px;
	text-align: left;
	font-size: 11px;
	font-weight: 300;
	margin: 0;
	vertical-align:middle;
	color:#5f6a72;
}

/*************** Feature search styles *****************/
ul, ul ul,  ul ul ul {
	list-style-type: none;
	margin: 0px 10px 0px 0em;	
	padding: 0px 10px 0px 2.5em;	
	text-indent: 0em;
	color:#394a59;
}
/* the following rule is recognized only by IE */	
* html body ul, * html body ul ul, * html body ul ul ul {
	margin: 0px 10px 0px 2em;
	padding: 0px 10px 0px .5em;	
}
ul {
	list-style-type: none;
}
ul ul {
	list-style-type: none;
}
ul ul ul {	
	list-style-type: none;
}
/*ul img, ul ul img, ul ul ul img {
float:none;	
display:inline;
padding:0;
margin:0;
vertical-align:bottom;
}*/

/*************** start numbered list default tag styles ***************/	

ol li {
	color:#394a59;
	margin: 0px 0px 0px .2em;
	padding-left: 0em;
	text-indent: -.5em;
}
/* the following rule is recognized only by IE */	
* html body ol li {
	margin: 0px 0px 0px .5em;
	padding: 0px 0px 2px 0em;	
}
ol ol li{
	list-style-type: upper-roman;
}
ol ol ol li{
	list-style-type: lower-roman;
}
ol ol ol ol li{
	list-style-type: lower-alpha;
}/**/
ol p, ol ul li{
	font-weight: normal;
}

/* ----------------------------------------------------------------------------------------------------*/

/* Main  Feature Elements
----------------------------------------------------------------------------------------------------*/
.container_home .jquery_feat {
	width: 948px;
	height: 432px;
	padding:0;
}
.container_home .mod_1 h2, .container_home .mod_2 h2, .container_home .mod_3 h2, .container_home .mod_4 h2 {
	padding:0px 5px 0px 5px;
	color: #CE2F2B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	margin-top:-3px;
}
/*.container_home .mod_4 h2 {
*solo mod con slider
	padding:0px 5px 0px 5px;
	margin-top:5px;
}*/
.container_home .mod_1 h2 a:link, .container_home .mod_2 h2 a:link, .container_home .mod_3 h2 a:link, .container_home .mod_4 h2 a:link, .container_home .mod_1 h2 a:visited, .container_home .mod_2 h2 a:visited, .container_home .mod_3 h2 a:visited, .container_home .mod_4 h2 a:visited {
	color:#ff6600;
	font-family:Tahoma, Geneva, sans-serif;
}
.container_home .mod_1 h2 a:hover, .container_home .mod_2 h2 a:hover, .container_home .mod_3 h2 a:hover, .container_home .mod_4 h2 a:hover, .container_home .mod_1 h2 a:active, .container_home .mod_2 h2 a:active, .container_home .mod_3 h2 a:active, .container_home .mod_4 h2 a:active {
	color:#666666;
	text-decoration:underline;
}

/* Home Page Module Elements (four boxes under ticker)
----------------------------------------------------------------------------------------------------*/
.container_home .mod_1, .container_home .mod_2, .container_home .mod_3, .container_home .mod_4 {
	width: 228px;
	height: 264px;
}
.container_home .mod_1, .container_home .mod_2, .container_home .mod_3, .container_home .mod_4 {
	margin: 0px 5px 14px 5px;
}
.container_home .mod_4  li img {list-style-image:none !important;}
.container_home .news_ticker_box, .container_home .bottom_links {
	width: 948px;
	/**width: 950px;*/
	height: 32px;/**height: 32px;*/
}
	
/* Footer Elements
----------------------------------------------------------------------------------------------------*/

.container_home .footer_home {
	width: 948px;
	height: 17px;/**height: 28px;*/
}
.bottom_links p, .footer_home p {
	font-size:11px;
	margin-top:0px;
	padding:0 15px;
	color:#a5acb0;
	text-align: left;
}
.footer_home a:active {
	color:#a5acb0;
}
.footer_home a, .footer_home a:visited {
	color:#a5acb0;
	font-size:10px;
}
.bottom_links a, .footer_home a:hover {
	color:#0038A6;
}

/*	I M A G E S  and  C A P T I O N S 
----------------------------------------------------------------------------------------------------*/
.container_home .feat_story p.caption, .caption {
	font-size: 11px;
	line-height: 1.2em;
	color:#666;
	margin: 5px 0px 0px 0px;
	padding:0;
	text-align:left;
}
/* P L A C E M E N T */

.right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
}
.left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
/**:first-child+html .left {margin-left:20px;}	setting for IE7 ONLY*/

.center { /* this class can be used to center an element  in your page.  Text will not wrap around centered elements. */
	text-align:center;
	margin: 0 auto;
}
.btm {
	margin-top:180px;
}
/* S I Z E */

.one {
	width: 100px;
}
.two {
	width: 200px;
}
.three {
	width: 300px;
}
.four {
	width: 400px;
}
.five {
	width: 500px;
}
.six {
	width: 600px;
}
.seven {
	width: 700px;
}

/*-----------------*/

div#menu a {
	display:block;
	float:left;
	padding:6px 14px;
	font-size:14px;
	color:#888;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	border:solid 1px #8cff00;
}

#menu {
	width:100%;
	height:32px;
	
}

.info{
height:240px;
}
.mas {
float:right;
	padding: 0 8px;
	margin: 5px;
	
	background: #33bcea;
	color: #ffffff;
    font-size: 13px;
	font-style:italic;
	
}




div#topban a {
	display: block;
	float: right;
	padding: 0 0 14px 0;
	margin: 0 10px 0 5px;
	font-weight:bold;
	font-size:14px;
	color: #888;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}


/* News Ticker

----------------------------------------------------------------------------------------------------*/

.news_ticker_box {
	z-index:200;
	width: 948px;
	/**width: 950px;*/
font: 10px bold Tahoma, Geneva, sans-serif;
	text-align:left;
}
.news-heading {
	position:relative;
	padding:0;
	margin:0;
	float:left;
	overflow:hidden;
	font-weight:bold;
	font-size:1.5em;
	color:#5f6a72;
	height:28px;
white-space:nowrap;
}
.news-heading-text {
	position:relative;
	height:28px;
	display: inline-block;
	top:-7px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	 }
.news-heading img {
	display: inline-block;
	padding:0;
	margin:0px 0px 0px 5px;
	/**margin:5px 0px 0px 5px;*/
height:28px;
	width:40px;
	text-align:left!important;
}
.twitterLink {
	position:relative;
	top:-38px;
	/*left:-20px;*/
	float:right;
	padding:0px 0px 0px 0px;
	margin:2px;
}
.ticker {
	position:relative;
margin:5px 0px 0px 0px;
	padding:0;
	overflow:hidden;
	font: 11px bold Arial, Helvetica, sans-serif;
	text-align:left;
	height:25px;
	width:70%;
background-color:#FFF;
}
/* `Clear Floated Elements

----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clear:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


#contenedor{
	width:801px;
	float:right;
	background-color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	border-left:solid 1px #8cff00;
	
}

#barralateral {
	width:170px;
	background-color:#fff;
	float:left;
	padding-top:30px;
	
}

#barralateralmapadesitio {
	width:156px;
	background-color:#fff;
	float:left;
	padding:10px;
	
}

#barralateral a:link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	text-decoration:none;
	line-height:8px;
	text-align:left;
}


#barralateral a:hover{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#8cff00;
	border-bottom:solid 1px #ccc;
	border-left:solid 2px #8cff00;
	line-height:8px;
	text-align:left;
	
	
}



#barralateral a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	text-decoration:none;
	line-height:8px;
	text-align:left;
}


#titulos {
	color:#666;
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	font-weight:bold;
	font-style:italic;
	
	
}

#imagentitulo{
	width:801px;
	height:71px;
	float:right;
	border-bottom:solid 1px #8cff00;	
}

#textoparrafos {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#666;
	width:751px;
	float:right;
	padding:10px 30px 0 20px;
}

.textoscontacto {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	width:580px;
	float:left;
	text-align:left;
	margin:10px;
	line-height:20px;
}

#textoscatalogo {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	width:280px;
	float:left;
	text-align:left;
	margin:10px;
	line-height:20px;
}

.textosmapadesitio {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	width:160px;
	float:left;
	padding:10px 20px 0 30px;
	text-align:left;
	margin:9px 2px 20px 0px;
	line-height:20px;
}

.textosmapadesitio a:link{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	text-align:left;
	text-decoration:none;
}

.textosmapadesitio a:visited{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#666;
	text-align:left;
	text-decoration:none;
}

.textosmapadesitio a:hover{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#8cff00;
	text-align:left;
	text-decoration:none;
}

#contenedorgalerias{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	width:701px;
	float:right;
	margin: 10px 50px 0 auto;
}

#subtitulo {
	width:781px;
	height:10px;
	float:right;
	font:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:12px;
	text-align:left;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:10px;
	border-bottom:solid 1px #8cff00;
	
	
}

#pie{
	width:100%;
	height:70px;
	background-color:#FFF;
	border-top:solid 1px #8cff00;
	
	
	
}

.piecaja1{
	width:920px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#999;
	font-size:13px;
	border:solid 1px #CCC;
	text-align:center;
	margin:10px auto 0 auto;
	padding-top:10px;
	padding-bottom:10px;
}

.piecaja1 a:link{
	font-family:Tahoma, Geneva, sans-serif;
	color:#999;
	font-size:12px;
	text-decoration:none;
}

.piecaja1 a:visited{
	font-family:Tahoma, Geneva, sans-serif;
	color:#999;
	font-size:12px;
	text-decoration:none;
}

.piecaja1 a:hover{
	font-family:Tahoma, Geneva, sans-serif;
	color:#8cff00;
	font-size:12px;
	text-decoration:none;
	
}

.portadas {
	width:205px;
	height:160px;
	background-color:#999;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	
}

.portadasgaleria {
	width:150px;
	height:150px;
	background-color:#999;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	border:solid 1px #ccc;
	
}
.portadascatalogo {
	width:150px;
	height:110px;
	background-color:#fff;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	padding-top:40px;
	
}

.imagenesmenu {
	margin-bottom:2px;
	
	
}