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

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0066CC;
}

h2, h3 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: #FFFFFF;
	letter-spacing: -1px;
	text-align: center;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 17px;
}

p, ol, ul {
	line-height: 120%;
	font-weight: normal;
}

ul {
	margin-left: 0;
	padding-left: 0;
	font-size: 11px;
	list-style: none;
}

ul li {
	padding: 2px 0 5px 0;
	background: url(images/img4.gif) repeat-x;
}

ul li.first {
	background: none;
}

a {
	color: #333333;
	
}

a:hover {
	text-decoration: none;
}

strong {
	color: #333333;
}

.indent {
	margin-top: 0;
	margin-left: 130px;
}

.indent_prensa {
	margin-top: 0;
	margin-left: 250px;
}

.image {
	float: left;
	margin: 13;
}

.cleaner { clear: both }

.float_l { float: left }
.float_r { float: right }

.cbox_w280 { width: 235px; margin-bottom: 20px; }
.cbox_w280 img { margin-bottom: 10px }

a.more { display: block; color: #770726; text-align: center; text-decoration: underline }
a.more span { font-size: 14px; letter-spacing: -3px; }
a.more:hover { color: #660; text-decoration: none }

.image_frame { display: inline-block; border: 3px solid #3b7796 }
.image_fl { float: left; margin: 3px 20px 10px 0 }
.image_fr { float: right; margin: 3px 0 0 20px }


#wrapper {
	background: url(images/img2.jpg) repeat-x;
}

/* Header */

#header {
	width: 700px;
	height: 250px;
	margin: 0 auto;
}

#header * {
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 90px 0 0 0;
	letter-spacing: -2px;
	font-size: 45px;
}

#header h2 {
	float: left;
	padding: 110px 0 0 6px;
	background: none;
	font-size: 12px;
	font-weight: normal;
}

#header h1 a {
	text-decoration: none;
}

#header h2 a {
	text-decoration: none;
}

#header ul {
	float: right;
	margin: 0;
	padding: 110px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header li a {
	display: block;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #7DD2FA;
}

#header li.first a {
	border: none;
}

/* Content */

#content {
	width: 860px;
	margin: 0 auto;
	text-align: center;
	
}

#colTwo {
	float: left;
	margin-left: 20px;
	width: 490px;
	text-align: center;
}

#colTwo h3 {
	margin-top: 10px;
	
}

#colBan {
	width: 180px;
	float: right;
}
	
#colBon {
	width: 145px;
	float: left;}


/* Botonera */
#botonera {
	width: 140px;
	float: left;}

#botonera ul {
	margin-top: 0px;
	list-style-type:none;
	}
	
	#botonera ul li {
		width:140px;
		height:32px;
		display:block;}
		
		#botonera ul li a {
			display:block;
			background-image:url(images/btnra/btn_fondo.jpg);
			background-position: center top;
			width:135px;
			height:32px;
			color:#FFFFFF;
			text-decoration:none;
			padding-left:5px;
			padding-top:0px;
			}
			#botonera ul li a:hover {
				background-image:url(images/btnra/btn_fondo.jpg);
				background-position: center bottom;
				color:#000000;
				}
				

				
/* Footer */

#btnaFooter{
	float: none;
	width: 730px;
	margin: 10px auto;
	padding: 10px 0px;
	text-align: center;
	left: auto;
	right: auto;

	}

#btnaFooter li{
display: inline;
}


#footer {
	clear: both;
	width: 730px;
	margin: 20px auto;
	padding: 20px 0;
	background: url(images/img4.gif) repeat-x;
}

#footer p {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	text-align: center;
}



/* Clarfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

