@charset "UTF-8";
/* CSS Document */

body {
	background:url(../images/bgheader.png);
	background-repeat: repeat-x;
	margin-top: 0px;
}

a:link {
	text-decoration: none;
	}
	
	a:visited {
	text-decoration: none;
	color: none;
	}
	a:hover {
	text-decoration: none;
	color: #143b60;
	}
	a:active {
	text-decoration: none;
	color: #143b60;
	}
	
	
#ft {  }
	
	
.menu{
	font-size:15px;
}

.footer{
	color: #ffffff;
	font-size:12px;
}

hr {
color: #bdbdbf;
background-color: #bdbdbf;
height: 1px;
width: 100%;
border: 0;
margin: 0 auto;
text-align: center;
}

.titulos{
	font-size:20px;
	color:#10aaea;
}
.titulosnaranja{
	font-size:20px;
	color:#fa7c32;
}
.menu{
	color:#ffffff;
}

.facebook{
	font-size:20px;
	color:#ffffff;
}
.titulosads{
	font-size:20px;
	color:#ffffff;
	text-align:right;
}
.tituloschronogd{
	font-size:20px;
	color:#fa7c32;
	text-align:right;
}
.titulosads2{
	font-size:20px;
	color:#10aaea;
	text-align:center;
}
.titulosads3{
	font-size:20px;
	color:#3b2415;
	text-align:right;
}
.encabezadosblancos{
	font-size:15px;
	color:#ffffff;
}
.textos2{
	font-family:Verdana, Geneva, sans-serif;
	color:#464849;
	text-align:right;
}
.peq{
	font-family:Verdana, Geneva, sans-serif;
	color:#464849;
	font-size:10px;
	text-align:right;
}
.textos{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#464849;
	text-align:justify;
}

.encabezadoschrono{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#fa7c32;
}
.textoschrono{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#464849;
}

.image_carousel {

}
.image_carousel img {
	background-color: white;
	padding: 2px;
	
	display: block;
	float: left;
}
.clearfix {
	float: none;
	clear: both;
}

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:300px;
}

#slideshow DIV {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	height: 300px;
	background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 300px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}


