/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #fff url('images/bg.jpg') repeat-x top left;
}
#wrap {
	margin: 0 auto;
	width:950px;
}
* {
	margin: 0px;
	padding: 0px;
}

a {
	outline: none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border: none;
}

#site {
	border: 0px solid red;
	position: relative;
	display: block;
	clear: both;
}
#container {
	display: block;
	position: absolute;
	top:  0px;
	left: 0px;
	float: left;
	width: 950px;
	height: auto;
	border: 0px solid red;
}

/* @end

 */
h1 {
	font: normal 25px  Arial, Helvetica, Geneva, sans-serif; font-weight:bold;
	margin: 0px;
	color: #C50A14;
	text-decoration:none;
	clear: both;
}
h2 {
	font: normal 20px  Arial, Helvetica, Geneva, sans-serif; font-weight:bold;
	margin: 0px;
	color: #fff;
	text-decoration:none;
	clear: both;
}
/* @group Navigation */

#navigation {
	display: block;
	clear: both;
	height: 252px;
	width:950px;
	margin: 0px;
	padding: 0px;
	background: url('images/header.jpg') no-repeat top left;

}
#tabs {
	list-style: none;
	position: relative;
	top: 210px;
	width: 620px;
	border: 0px solid red;
	left:350px;
	}

#tabs li {
	display: block;
	float:left;
}

#tabs li a {
	display: block;
	width: 90px;
	height: 20px;
	color: #fff;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	position: relative;
	line-height:10px;
	margin-right:1px;
	background: transparent url('images/w_arrow.gif') no-repeat 0px 50%;
}

#tabs li a:hover {
	text-decoration:underline;
	color: #fff;
}
#tabs li a.selected {
	text-decoration:underline;
	color: #fff;
}
#tabs li a em {
	display: none;
}

#tabs li a:hover em {
	font-size: 1px;
	text-indent: -10000px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 62px;
	text-decoration:underline;
}
#home {
	display: block;
	position: absolute;
	top:  74px;
	left: 64px;
	float: left;
	width: 199px;
	height: 86px;
	}

#text_footer {
	display: block;
	position: absolute;
	left: 41px;
	width: 221px;
	height: 90px;
	}
/* @end */

/* @group Content */
#content {
	display: block;
	clear: both;
	width: 950px;
	height: auto;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: transparent url('images/content.jpg') repeat-y top left;
}

#content:after {
	display: block;
	clear: both;
	content: ".";
	color: white;
	font-size: 1px;
	text-indent: -3000px;
	line-height: 1px;
}



/* @end */
/* @group Left */

#content li.left {
	float: left;
	display: inline;
	width: 320px;
	margin: 0px 0px 0px 10px;
}
#content li.left h1 {
	font-size: 14px;
	font-weight:normal;
	color: #fff;
	margin: 0px 0px 5px 0px;
	padding-left:20px;
	background: transparent url('images/arrow.png') no-repeat 0px 50%;
}
#content li.left h2 {
	font-size: 11px;
	font: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	color: #74D700;
	margin: 0px 0px 5px 0px;
	padding-left:20px;
}

#content li.left h3 {
	font-size: 14px;
	color: #9F0400;
	padding-left:20px;
	margin: 20px 0px 20px 0px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	background: transparent url('images/arrow.gif') no-repeat 0px 50%;
}
#content li.left h4 {
	font-size: 11px;
	color: #9F0400;
	margin: 0px 0px 10px 0px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
}
#content li.left h4 a {
	font-size: 10px;
	color: #9F0400;
	padding-left:20px;
	margin: 0px 0px 15px 0px;
	background: transparent url('images/b_arrow.gif') no-repeat 0px 50%;
}
#content li.left h4 a:hover {
text-decoration:none;
color:586B0E;

}
#content li.left p {
	color: #000000;
	font: 11px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	line-height: 17px;
	margin: 0px 0px 18px 0px;
}

#content li.left .more {
	display: none;
}

#content li.left p a {
	text-decoration: none;
}
#content li.left p a:hover {
	text-decoration: underline;
}
#content li.left a.read_more {
	display: block;
	font-size: 10px;
	text-decoration: none;
	padding-top:2px;
	font-weight:bold;
	text-align: center;
	color: #fff; 
	width: 100px;
	height: 25px;
	padding-bottom: 2px;
	background: url('images/b_read.jpg') no-repeat top left;
}

#content li.left a.read_more:hover,
#content li.left a.read_more_hover {
	display: block;
	font-size: 10px;
	text-decoration: underline;
	font-weight:bold;
	text-align: center;
	color: #fff;
	width: 100px;
	height: 25px;
	padding-bottom: 2px;
	background: url('images/b_read.jpg') no-repeat top left;
}

#content li.left img {
	display: block;
	background: #FFF;
	padding: 4px;
	padding-left:0px;
	margin: 0px 0px 5px 0px;
}
#inner_left {
 	width:250px;
	display: block;
	padding-top: 25px;
	padding-left: 25px;
	margin: 0px 0px 15px 0px;
	float:left;
}
#inner_left_links {
 	width:320px;
	display: block;
	margin: 0px 10px 15px 0px;
	float:left;
}
#inner_left img {
margin-top:10px;
margin-bottom:20px;
}
#content li.left dl dd div.thumb {
	display: block;
	float: left;
	background: transparent;
	margin: 0px 14px 0px 0px;
}

#content li.left dl dd div.thumb a img {
	width: 130px;
	height: 69px;
	border: 1px solid #78833D;
	background-color:#95A24A;
	padding:2px;
}

#content li.left dl dd div.thumb a:hover img {
	width: 130px;
	height: 69px;
    border: 1px solid #CFFC85;
	background-color:#95A24A;
	padding:2px;
}
#inner_right {
 	width:360px;
	float:left;
	display: block;
	padding-top: 25px;
	padding-left: 35px;
	margin: 0px 0px 15px 0px;
}
#inner_right a {
	color: #485203;
	font: 12px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height:20px;
}
#inner_right a:hover {
	color: #202020;
	font: 12px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height:20px;
}
#inner_right img {
margin-top:20px;
margin-bottom:20px;
}
/* @end */
/* @group Right */
#content li.right h1 {
	color: #333;
	margin: 0px 40px 0px 0px;
	font: 20px Arial, Helvetica, Geneva, sans-serif;
}
#content li.right h2 {
	color: #000000;
	margin: 20px 20px 0px 0px;
	font-weight:bold;
	font: 16px Tahoma, Arial, Helvetica, Geneva, sans-serif;
}
#content li.right h3 a {
	color: #9F0400;
	margin: 20px 0px 2px 25px;
	padding-left: 20px;
	font-weight:bold;
	font: 10px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	background: url('images/top.jpg') no-repeat 0px 50%;
}
#content li.right h3 a:hover {
	color: #9F0400;
	margin: 20px 0px 2px 25px;
	padding-left: 20px;
	font-weight:bold;
	text-decoration:none;
	height:15px;
	font: 10px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	background: url('images/top.jpg') no-repeat 0px 50% ;
}
#content li.right h4 {
	color: #5B3E00;
	margin: 20px 0px 0px 0px;
	padding-left: 0px;
	font-weight:bold;
	font: 11px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	clear:both
}
#content li.right {
	float: left;
	width: 620px;
	height: auto;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	background: #ECECEC;
}

#content li.right p a {
	text-decoration: underline;
	color:#000000;
}
#content li.right p a:hover {
	text-decoration: none;
	color:#000000;
}
#content li.right span.top {
	display: block;
	clear: both;
	width: 620px;
	height: 160px;
	margin: 0px;
	background: url('images/top_right.jpg') no-repeat top left ;
}

#content li.right span.bottom {
	display: block;
	clear: both;
	width: 618px;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#content li.right p {
	color: #000000;
	font: 12px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	line-height: 20px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:30px;
	margin-right:20px;
}
#content li.right a p  {
	color: #26267A;
	font: 11px Tahoma, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
#content li.right a:hover p  {
	color: #26267A;
	font: 11px Tahoma, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration:underline;
}
#content li.right img  {
margin-bottom:10px;
	
}
#content li.right a.read_more {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 100px;
	height: 25px;
	padding-top: 10px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	background: url('images/b_read.jpg') no-repeat center left;
	font: 10px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	float:left;
	font-weight:bold;
}

#content li.right a.read_more:hover,
#content li.right a.read_more_hover {
	display: block;
	text-decoration:underline;
	color:#FFFFFF;

}
#about {
width:600px;
padding-left:30px;	
}
#about div.thumb {
	display: block;
	float: left;
	background: transparent;
	margin: 0px 5px 20px 0px;
}

#about div.thumb a img {
	width: 130px;
	height: 69px;
	border: 1px solid #ccc;
	background-color:#e8e8e8;
	padding:2px;
}

#about div.thumb a:hover img {
	width: 130px;
	height: 69px;
    border: 1px solid #ccc;
	background-color:#fff;
	padding:2px;
}

#content li.right dl dd hr {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 0px;
	border: 1px solid red;
	border-width: 1px 0px;
	border-color: #F2ECCE #F2ECCE #E4D89C #E4D89C;
}



/* @end */




/* @group footer */

#footer {
	display: block;
	clear: both;
	width: 655px;
	height: 75px;
	background: url('images/footer.jpg') no-repeat top left;
	color:#fff;
	font: 11px Tahoma, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-align:center;
	padding-top:15px;
	padding-left:335px;

}
#inner_footer {
	margin-left:3px;
	margin-top:15px;
	float:left;
	width:400px;
}
/* @end */

/* @group Forms */

form label {
	display: block;
	text-align: left;
	color: #000;
	font: 12px Tahoma, Arial, Helvetica, Geneva, sans-serif;
}
.input {
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	padding: 1px;
	color: #F04F7B;
	font: 12px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height: 17px;
	width: 100px;
	margin: 5px 0px;
}
.input2 {
	border: 1px solid #26639F;
	background: #1F5081;
	padding: 5px;
	color: #9F9FE1;
	font: 11px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	width: 190px;
	height:15px;
	margin-top:10px;
}
.input2_left {
	border: 1px solid #C8E3F2;
	background: #E7F2F8;
	padding: 5px;
	color: #26267A;
	font: 11px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	width: 250px;
	height:15px;
	margin-top:10px;
}
.text_area {
	border: 1px solid #C8E3F2;
	background: #E7F2F8;
	padding: 5px;
	color: #26267A;
	font: 12px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height: 17px;
	width: 250px;
	margin: 5px 0px;
}

form textarea {
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
	padding: 3px;
	color: #333;
	font: 12px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height: 17px;
	width: 298px;
	margin: 5px 0px;
}
.button { 	
	text-decoration: none;
	text-align: center;
	color: #26267A; 
	font: 10px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	width: 80px;
	height: 25px;
	margin-right:15px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:25px;
	background: url('images/button.gif') no-repeat top left;
	float:left;
	border:none;
	cursor:pointer;
	padding-bottom:2px;	
		}
.button_left { 	
	text-decoration: none;
	text-align: center;
	color: #fff; 
	font: 10px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	width: 80px;
	height: 25px;
	margin-right:15px;
	padding-top:0px;
	padding-bottom:2px;
	margin-top:0px;
	margin-bottom:25px;
	background: url('images/button.jpg') no-repeat top left;
	float:left;
	border:none;
	cursor:pointer	
		}
	
.tabla_detalles{
padding:0px;
padding-top:10px;
width:650px;
font: 11px Tahoma, Arial, Helvetica, Geneva, sans-serif;
line-height:17px;
height:auto;
}

/* @end */
/* lists */
.shortList {
	margin:0;
	padding:0;
	margin-top:10px;
	margin-left:35px;
	margin-bottom:20px;
}
.shortList li {

	display:block;
	width:auto;
	height:20px;
	padding:6px 0 6px 35px;
	color:#000;
	text-decoration:none;
	font: 16px Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height:17px;
	background: url('images/arrowRed.gif') no-repeat 0px 50%;
	list-style:none;
	
}
.shortList a {
	text-decoration:none;
}
.shortList a:hover {
text-decoration:none;
}
#about01 {
margin-bottom:0px;
	}
.red {
	color:#9F0400;
	font-weight:bold;	
}
.big {
	color:#000;
	font: 18px Tahoma, Arial, Helvetica, Geneva, sans-serif;	
}
.bigC {
	color:#000;
	font: 16px Tahoma, Arial, Helvetica, Geneva, sans-serif;	
}

