/*---------------------------------------------
HTML + 960
---------------------------------------------*/

body{
	/*background: #2B2B2B;*/
	background-color:black;
	color:#A7A7A7;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif, 'sans serif', tahoma;
	/*background-image:url(images/motivo01.png);*/
	background-image:url(images/bk.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	background-attachment:fixed;
	padding:0;
	margin:0;
	margin-top:-10px;
	/*border-top:5px solid black;*/
	text-align:center;
}

.container_12{
	/*background: #fff url(img/12_col.gif) repeat-y;*/
	/*background-image:url(images/bg-body.gif);*/
	background-color:black;
	margin-bottom: 20px;
	margin-top:0;
	text-align:left;
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color:#A2C629;
}

img, div, span{
	behavior: url(iepngfix.htc);
}

h1{
	font-family: 'trebuchet ms',arial, sans-serif,tahoma, verdana;
	font-weight: normal;
}

h2{
	background-color:#0B0B0B;
	color:#6DB8DD;
	font-family: 'trebuchet ms',arial, sans-serif,tahoma, verdana;
	font-size:16px;
	padding-left:5px;
	font-weight:normal;
	border-bottom:1px solid #323232;
	border-top:1px solid #323232;
	background-image:url(images/light-on.gif);
	background-repeat:no-repeat;
	background-position:5px 8px;
	padding-left:20px;
}

h3{
	position:relative;
	color:#F7DE08;
	font-weight:normal;
	font-size:14px;
	padding-left:5px;
}

h2 span{
}

h4{
	font-family: 'trebuchet ms',arial, sans-serif,tahoma, verdana;
	font-weight:normal;
	font-size:12px;
}

p{
	/*border: 1px solid #666;*/
	font-family:arial, sans-serif, verdana, tahoma;
	overflow: hidden;
	padding: 0;
	margin:0;
}

.videocentro {
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
	Z-index:-999;
}
.videocentro object{
	width: 292px;
	height: 258px;
}

.videocentro embed{
	width: 292px;
	height: 258px;
}


/*---------------------------------------------
MENU
---------------------------------------------*/
.menu{
	margin:0;
	padding:0;
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
	text-align:center;
	background-color:black;
	margin-top:-10px;
	margin-bottom:10px;
	/*border-bottom:1px solid #A2C629;*/
}

.menu ul{
	margin:0;
	padding:0;
	text-align:left;
	text-transform:uppercase;
	width:960px;
	/*margin-left:auto;
	margin-right:auto;*/
}


.menu ul li{
	/*float:left;*/
	list-style:none;
	display:inline;
	margin-left:12px;
	margin-right:10px;
}

.menu ul li a{
	background-image:url(images/arrow_menu01.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	font-family:'trebuchet ms',arial,sans-serif, tahoma, verdana;
	font-weight:bold;
}

.menu a:hover{
	text-decoration:none;
	color:#399FD0;
	background-image:url(images/arrow_menu02.gif);
}


/*---------------------------------------------
HEADER
---------------------------------------------*/
.header{
	background-image:url(images/header01.jpg);
	height:260px;
	margin-bottom:10px;
}

.contador{
	text-align:center;
	/*positon:relative;*/
	padding-top:100px;
	padding-left:680px;
}

.contador h1, .contador h2, .contador h3{
	color:black;
	margin:0;
	padding:0;
	line-height:100%;
	background-color:transparent !important;
	border:none;
	background-image:none;
}

.contador h1{font-size:30px;}
.contador h2{font-size:30px; color:red;
	font-weight: bold;
}
.contador h3{font-size:20px;}


/*---------------------------------------------
PUBLICIDAD ADSENSE HEADER
---------------------------------------------*/
.publicidad{
	margin-bottom:10px;
	margin:0;
	padding:0;
	padding-top:10px;
	margin-left:15px;
	margin-right:auto;
	font-size:16px;
	text-align:left;
	background-color:black;
	margin-top:-10px;
	margin-bottom:10px;
	
}
/*---------------------------------------------
IZQUIERDA
---------------------------------------------*/

.izquierda{
	/*background-color:#323232;*/
	background-color:#181818;
	background-color:black;
	/*background-image:url(images/bg-column.gif);*/
}

/*---------------------------------------------
CENTRO
---------------------------------------------*/
.centro{
	/*background-color:#323232;*/
	background-color:#181818;
	background-color:black;
	margin-left:5px;
	/*background-image:url(images/bg-column.gif);*/
}
.centro2{
	margin-left:5px;
	margin-right:5px;
}

/*---------------------------------------------
DERECHA
---------------------------------------------*/

.derecha{
	/*background-color:#323232;*/
	background-color:#181818;
	background-color:black;
	/*background-image:url(images/bg-column.gif);*/
}

.derecha ul{
	margin:0;
	padding:0;
}

.derecha ul li{
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:5px;
	border-bottom:1px solid #323232;
	margin-bottom:5px;
}

.derecha ul li img{
	float:left;
	margin-right:3px;
	margin-bottom:3px;
}

/*---------------------------------------------
NOTICIAS
---------------------------------------------*/
.noticias{
	margin-left:5px;
	margin-right:5px;
}

.noticias h4{
	margin:0;
	padding:0;
	color:#fff;
}

.noticias h4 a{
	/*background-image:url(images/light-on.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;*/
	color:white;
}

.noticias h4 a:hover{
	/*background-image:url(images/light-off.gif);*/
	color:#A2C629;
}

.noticias .fecha{
	text-align:right;
	color:#666666;
	font-size:10px;
	margin-bottom:5px;
}

.noticias .read_more{
	text-align:right;
}

.noticias .read_more a{
	color:#A2C629;
}

.noticias hr{
	height:1px;
	width:90%;
	border: 1px dotted #323232;
	border-style: none none dotted;
	margin-top:5px;
	margin-bottom:15px;
}

.noticias a{
	color:#A2C629;;
}

.notocias p a{
	color:#A2C629;
}

/*---------------------------------------------
VIDEO THUMB
---------------------------------------------*/
.miniatura object, .miniatura embed{
	width:140px;
	height:119px;
}
/*-------------------------------CONTACT-------------------------------*/
.contact {	
/*background-color:#172F46;	
border:1px solid #1D3C59;	*/
padding-left:10px;	
padding-bottom:10px;
}

/***************************FORMULARIO****************************/
fieldset { 
border:0;margin:0;padding:0;
}
label {
display:block;
}
input.text {
width:150px;
font:12px/12px 'courier new',courier,monospace;
color:#333;
padding:3px;
margin:1px 0;
border:1px solid #ccc;
}
textarea {
width:300px;
height: 200px;
font:12px/12px 'courier new',courier,monospace;
color:#333;
padding:3px;
margin:1px 0;
border:1px solid #ccc;
}
input.submit {
padding:2px 5px;
font:bold 12px/12px verdana,arial,sans-serif;
}

/***************************GALERIA DE FOTOS****************************/
.galeria {
}

.galeria .miniatura {
}
.galeria .miniatura img{
width: 140px;
height: 111px;
}

/***************************VIDEOS**************************************/
.video {
Z-index:-999;
text-align: center;
margin-top: 10px;
}
.video object {
width: 425px;
height: 344px;
}

.video embed {
width: 425px;
height: 344px;
}
.videos {
margin-left: 20px;
}

/***************************IMAGENES**************************************/
.imagen {
/*
text-align: center;
margin-top:10px;
margin-bottom:10px;
border: 1px solid #ccc;
background-color:#f5f7f9; 
padding:5px; 
margin:10px; 
text-align: center; 
border-right: #a5a7aa solid 1px; 
border-bottom: #a5a7aa solid 1px;
*/
text-align: center;
margin-top:10px;
margin-bottom:10px;
border: 1px solid #000000;
background-color:#000000;
padding:5px; 
margin:10px; 
text-align: center; 
border-right: #000000 solid 1px; 
border-bottom: #000000 solid 1px;
}
.imagen span{
font-size:12px;
color: #f1f1f1;
}
.imagenes h2{
font-size:12px;
color: #f1f1f1;
}
/******************ENCUESTA ***********************************/
.encuesta{
margin-left:5px;
margin-right:5px;
}

/***************************PIE DE PAGINA**************************************/
.footer {
	border-top:1px solid gray;
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
}

/**************CLASES******************/
.imgleft {
float:left;
margin-right: 5px;
margin-bottom: 5px;
}
/********* formulario ***************/
#wrapper {width:600px;margin:0 auto;}
.message {background:#eee; color:#000;display:none;width:460px;padding:10px;}
.contact {text-align:right;}
.contact ul {list-style-type:none;width:390px;}
.contact li {list-style-type:none;}
.contact li.special {display:none;}
.contact input {width:260px;}
.contact textarea {width:260px;}

/* CSS Document */

.datepicker { border-collapse: collapse; border: 2px solid #999; position: absolute; }
.datepicker tr.controls th { height: 22px; font-size: 11px; }
.datepicker select { font-size: 11px; }
.datepicker tr.days th { height: 18px; }
.datepicker tfoot td { height: 18px; text-align: center; text-transform: capitalize; }
.datepicker th, .datepicker tfoot td { background: #eee; font: 10px/18px Verdana, Arial, Helvetica, sans-serif; }
.datepicker th span, .datepicker tfoot td span { font-weight: bold; }

.datepicker tbody td { width: 24px; height: 24px; border: 1px solid #ccc; font: 11px/22px Arial, Helvetica, sans-serif; text-align: center; background: #fff; }
.datepicker tbody td.date { cursor: pointer; }
.datepicker tbody td.date.over { background:#0072b9;
color:#fff;
 }
.datepicker tbody td.date.chosen { font-weight: bold; background:#777;
 }
 
 .cinta{
	text-align:center;
	background-image:url(images/cinta.gif);
	background-position:top center;
	background-repeat:repeat-y;
	margin-bottom:10px;
	color:black;
	font-weight:bold;
	font-size:14px;
 }
 
 .count_down{
    padding: 3px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:28px;
    font-weight:bold;
    color:#222;
}

.count_down sup{
    font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    font-size:80px;
    color:red;
    padding:0px 10px 0 0;
    font-weight:normal;
}