/**
 * www.vuelocreativo.com
 * @author Santiago Battaglino - http://www.vuelocreativo.com
 * @date August 10, 2008
 * @copyright (c) 2008 Santiago Battaglino (vuelocreativo.com)
 */

body {
	background-color:#000000;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	text-indent: -9999px;
}
h2 {
	font-size: 20px;
	margin: 0;
	padding: 10px 0 0 0;
}
h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	clear: both;

}
h4 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	float: left;
}
p {
	margin: 0;
	padding: 0 0 5px 0;
	color: #666;
}
img {
	border: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color: #336;
	text-decoration: underline;
}
a:hover {
	color: #336;
	text-decoration: none;
}
#holder {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#header {
	width: 900px;
	height: 50px;
	float:left;
}
#header #idiomas {
	background-color:#FFFFFF;
	height: 27px;
	line-height: 27px;
	float: right;
	font-size: 10px;
	padding: 0 10px;
	margin: 0 13px 0 0;
}
#header #idiomas li {
	float: left;
}
#header #idiomas li.esp {
	background-image: url(../img/ba_esp.gif);
	background-repeat: no-repeat;
	height: 27px;
	line-height: 27px;
	float: left;
	padding: 0 0 0 22px;
	margin: 0 15px 0 0;
}
#header #idiomas li.eng {
	background-image: url(../img/ba_eng.gif);
	background-repeat: no-repeat;
	height: 27px;
	line-height: 27px;
	float: left;
	padding: 0 0 0 22px;
	margin: 0 0 0 0;
}
#content {
	width: 885px;
	height: 100%;
	background-color: #fff;
	float: left;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 13px;
	padding-left: 7px;
}
#content #col-left {
	width: 207px;
	height: 100%;
	float: left;
}
#col-left #newsletter {
	width: 184px;
	border: 3px solid #fff;
	padding: 5px;
	margin: 0 0 10px 0;
	float: left;
}
.foto {
	background-image: url(../img/foto_home.jpg);
	margin: 0 0 0 10px;
	width: 667px;
	height: 107px;
	float:left;
	background-repeat:no-repeat;
}
#content-home {
	width: 647px;
	padding: 0 10px 0 10px;
	margin: 0 0 0 10px;
	;
	float: left;
}
.bienvenida {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom:15px;
	margin-top:15px;
	float:left;
}
.bienvenida img {
	border: 2px solid #e1e1e1;
	padding: 2px;
	margin: 0 10px 0 0;
	float: left;
}
#content-home #eventos-home {
	float: left;
	width:650px;
}
#content-home #eventos-home .col-1 {
	margin: 0 15px 15px 0;
	float: left;
}
#content-home #eventos-home .col-2 {
	margin: 0 0 15px 0;
	float: left;
}

#eventos-home .eventos {
	width: 202px;
	height: 300px;
	float: left;
	border: 2px solid #e1e1e1;
	padding: 9px;
}
.eventos .titulo {
	font-weight: bold;
	color: #036;
	padding: 10px 0 0 0;
}
.eventos p {
	padding: 5px 5px 10px 0;
}
#bread {
	font-size: 10px;
	color: #336;
	line-height: 34px;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #ccc;
}
#bread a {
	color: #98613F;
}
#col-right #content-interior {
	width: 657px;
	padding: 0 0 0 10px;
	margin: 0;
	float: left;
}
#content-interior img {
	border: 2px solid #e1e1e1;
	padding: 2px;
	margin: 0 10px 0 0;
	float: left;
}
.banner-center {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #ccc;
	float: left;

}
.banner-center img {
	border: 1px solid #e1e1e1;
	margin: 0 10px 10px 0;
	float:left;
}
#botonera {
	background-image: url(../img/templates/bg_botonera.jpg);
	background-repeat: repeat-x;
	padding: 7px 0 0 0;
}
#botonera .foot {
	background-image: url(../img/templates/bg_footer_botonera.jpg);
	width: 200px;
	height: 40px;
	margin: 0;
	padding: 0;
}
ul#menu,ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 207px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul#menu a {
	display: block;
	text-decoration: none;	
}
ul#menu li a {
	color: #fff;	
	height: 34px;
	line-height: 34px;
	padding-left: 15px;
}
ul#menu li.activo a {
	background-color: transparent;
	background-image: url(../img/bg_bt_activo.gif);
	background-repeat: no-repeat;
	height: 34px;
	color: #036;
}
ul#menu li.activo a:hover {
	color: #000;
}
ul#menu li.activosi a {
	background-color: transparent;
	background-image: url(../img/bg_bt_activosi.gif);
	background-repeat: no-repeat;
	height: 34px;
	color: #036;
}
ul#menu li.activosi a:hover {
	color: #000;
}
ul#menu li a:hover {
	background-color: #000;

}
ul#menu li ul li a {
	color: #ccc;
	padding-left: 25px;
	font-size: 11px;
	line-height: 30px;
	height: 30px;
}
ul#menu li ul.sub li a {
	background-image: url(../img/bg_bt_sub.gif);
	background-repeat: no-repeat;
	color: #ccc;
	padding-left: 25px;
	font-size: 11px;
	line-height: 30px;
	height: 30px;
}
ul#menu li ul.sub li a:hover {
	color: #fff;
	background-image: url(../img/bg_bt_sub.gif);
	background-repeat: no-repeat;
	background-color: #000;
}
ul#menu li ul.sub li.on a {
	color: #fff;
}
ul#menu li.no a {
	background-image: url(../img/bg_bt_no.gif);
	background-repeat: no-repeat;
}
ul#menu li.si a {
	background-image: url(../img/bg_bt_si.gif);
	background-repeat: no-repeat;
}
#col-right-3 {
	width: 168px;
	margin: 10px 0 0 0;
	float: left;
}
#content-home #eventos-home .eventos-1 {
	margin: 15px 0 15px 0;
	border-bottom: 1px dotted #ccc;
}
#content-home #eventos-home .eventos-1 #gallery {
	margin-bottom: 10px;
}
#content-home #eventos-home .eventos-1 #gallery2 {
	margin-bottom: 10px;
}
#content-home #eventos-home .eventos-1 #gallery4 {
	margin-bottom: 10px;
}
.box_rotator {
	float:left;
	width:200px;
	height:180px;
}
#col-left h3 {
	margin-top:10px;
}
.box_rotator_otro {
	float:left;
	width:202px;
	height:151px;
	margin-right:10px;
}
.foto h2 {
	text-indent:-9999px;
}
.eventos-1 li {
	margin: 8px 0 8px 0;
	background-color:#EEEEEE;
	padding:4px;
}
