@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

html, body  {
	font-family: 'Helvetica', Arial, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12px;
	line-height: 16px;
}
img{
	border:0;
}

#container  {
	width: 850px;
	text-align:left; /* esto no funciona en IE */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	} 
#header  {
	background-color: #000000;
	height: 50px;
	top: 0px;
	width: 850px;
    } 
#centro  {
	margin-top: 10px;
	padding: 10px;
	float:left;
	background-color:#FFFFFF;
	height: 215px;
	width: 830px;
	overflow-Y: hidden; overflow-X:scroll;
}
#segundo  {
	float: left;
	width: 830px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    }
#tercero  {
	width: 830px;
	padding: 10px;
	margin-top: 10px;
	float: right;
	margin-bottom: 50px;
    }
 

#footer  {
	padding: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	width: 830px;
	height: 30px;
	float: left;
	position: fixed;
	bottom: 0px;
	background-color: #000000;
    } 
.newscontent{
	width:830px;
	float:left;
	border-top:dashed #666666 1px;
	padding: 10px 0 10px 0;
}

.col-left  {
	float: left;
	width: 500px;
}
.col-right  {
	float: right;
	width: 250px;
}		
/*
#galerias {
	width: 846px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	float: left;
	clear: both;
	text-align: center;
}*/

.thumbs{
	padding: 5px;
	display: inline;
}
.thumbVideo {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 50px;
	vertical-align: sub;
	padding-left: 0px;
}

ul {
	line-height: 25px;
	list-style-position: inside;
	list-style-image: url(../images/love.gif);
	font-family: Helvetica, Arial, sans-serif;
	display: inline;
}

h1 {
	font-size: 14px;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
}

h2 {
	font-size: 10px;
	text-decoration: none;
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 10px;
}
h3 {
	color: #FF0000;
	font-family: Helvetica, Arial, sans-serif;
}
h4 { font-size: 24px; color:#666666}
/*Link*/
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.sublinks{
	color: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
}
a.sublinks:hover{
	color: #FFFFFF;
	border-bottom: thin dotted #000000;
}
/* JSCROLL*/

a.jScrollArrowLeft {
	background-image: url(basic_arrow_left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.jScrollArrowLeft:hover {
	background-position: -10px 0;
}
a.jScrollArrowRight {
	background-image: url(basic_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.jScrollArrowRight:hover {
	background-position: -10px 0;
}
a.jScrollActiveArrowButton, 
a.jScrollActiveArrowButton:hover {
	background-position: -20px 0;
}
/* Contacto*/
#contacto{margin:0;}
#contacto ul {
	list-style:none;
	float: left;
	width: 200px;
	margin: 20px 50px 75px 0;
	line-height: 16px;
}
	#contacto ul li { display: block;  }
	.pelus li, .horarios li { list-style:none; clear: both; float: right; width: 100%; margin-bottom: 24px; }
	ul.blog li { margin-bottom:6px; }
	ul.blog img { margin: 0 2px 0 0; position:relative; top:2px; }


