@import "reset.css";

html {
	font-size: 100%;
	height: 100%;
	/*margin-bottom: 1px;*/
}

body {
	background:black url(../images/bgtemp.jpg) no-repeat left center;
	font:11px tahoma;
	color:white;
}

a {
	text-decoration:none;
}


/* --- PRINCIPAL --- */

div#mainWrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 620px;
	margin-top: -310px;
	margin-left: -500px;
}


/* --- SUPERIOR: MAILING & LINKS --- */

div#topWrapper {
	padding:12px 0 0 0;
	color:#999;
	line-height:10px;
}

div#logo {
	float:left;
	width:300px;
}

div#links {
	float:left;
	margin-top:15px;
	width:696px;
	
	height:19px;
	overflow:hidden;
	
	line-height:1px;
}


div#linkbar {
	float:right;
	line-height:18px;
}

div#mailing {
	float:right;
}



div#mailing span {
	color:#444444;
}



div#links a:link, div#links a:visited {
	color: #ccc;
}
div#links a:hover, div#links a:active {
	color: #fff;
}

div#mailing{
}

div#btn{
	float:left;
	margin-left:2px;
	background-color:#444444;
	background-image:url(../images/mailingButton.gif);
	background-repeat: no-repeat;
	background-position:top left;
	width:20px;
	height:20px;
	cursor:pointer;
}

#mailingLoading {
	float:left;
	line-height:19px;
	margin-right:2px;
	display:none;
}
#mailingTextContainer {
	float:left;
	line-height:19px;
	margin-right:2px;
}
#mailingMailContainer {
	float:left;
	overflow:hidden;
}

input#mailingMail {
	border:none;
	font:11px tahoma;
	color:#fff;
	padding:2px 5px 5px 5px;
	width:120px;
	line-height:6px;
	_padding:3px 5px 3px 5px;
	_line-height:12px;
	-position:relative;
	_top:-1px;
}

div#topWrapper div#links div#linkbar {
	text-align:right;
	width:280px;
}


/* --- MENU --- */

div#middleWrapper {
	margin:14px 0 0 10px;
}

div#middleWrapper div#menuWrapper {
	float:left;
	width:173px;
}
div#middleWrapper div#menuWrapper div.menuLink {
	position:relative;
	width:173px;
	height:30px;
	overflow:hidden;
	cursor:pointer;
	_cursor:hand;
}

div#middleWrapper div#menuWrapper div.menuLink img, div#middleWrapper div#menuWrapper div.menuLink span {
	position:relative;
	top:0px;
	display:block;
}

div#middleWrapper div#menuWrapper div.menuLink img.hover {
	top:-30px;
}

#menuWrapper {
	color:#333;
}

/* --- INDEX --- */

.sliderNews {
	width:765px;
	height:185px;
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
}
.sliderNews .slideContainer {
	width:765px;
	height:185px;
	margin:0;
	padding:0;	
	overflow:hidden;
	position:relative;
}
.sliderNews .movible {
	width:9999px;
	height:185px;
	float:left;
	position:relative;
	left:0;
}
.sliderNews .movible .record {
	width:765px;
	height:185px;
	float:left;
	margin-right:0;
}

/* --- CONTENIDOS --- */

div#contentWrapper {
	margin:49px 0 0 10px;
	height:296px;
}
div#sectionImage { margin-bottom:3px; }
div#sectionImageShort { margin-bottom:3px; }
div#sectionImageShort img { position:relative; left:-13px; }

div#sectionLeft, div#sectionRight{
	float:left;
}

div#sectionLeft {	
	padding-left:13px;
}

div#sectionRight {
}


div#sectionWide {	
	padding:0 0 0 13px;
	_margin-bottom:-10px;
}

div#sectionTextWrapper {
	/*padding-left:9px;*/
}

.slider {
	overflow:hidden;
	height:269px;
	position:relative;
}
.slider .slideContainer {
	position:relative;
	height:246px;
	width:500px;
	overflow:hidden;
	margin-left:6px;
}
.slider .movible {
	float:left;
	width:9999px;
	height:246px;
	position:relative;
	left:0;
}
.slider .movible .record {
	height:296px;
	width:500px;
	float:left;
	margin-right:100px;
}

.slider .sliderControls {
	margin-top:3px;
}

.slider .btnNext, .slider .btnPrev {
	margin-right:2px;
	float:left;
	width:20px;
	height:20px;
	background-color:#333;
	background-repeat: no-repeat;
	background-position:top left;
	cursor:pointer;
	_cursor:hand;	
}

.slider .btnPrev {
	background-image:url(../images/prevNewsButton.gif);
}
.slider .btnNext {
	background-image:url(../images/nextNewsButton.gif);
}

.slider .movible .recordFecha {
	width:500px;
	overflow:hidden;
	height:65px;
	padding:0;	
	/*cursor:pointer;*/
	margin:0 0 5px 0;
	/*_cursor:hand;*/
}
.slider .movible .recordFecha .content{
	position:relative;
	z-index:1;	
	height:65px;
	padding:5px 8px 0px 8px;
	margin:0;
}
.slider .movible .recordFecha .bg {
	position:relative;
	background-color:#333;
	width:100%;
	z-index:0;
	height:65px;
	top:-70px;
	margin:0;
}

.slider .movible .recordFecha .date {
	color:#cfcfcf;
	font-size:12px;
}
.slider .movible .recordFecha .title {
	color:#ffffff;
	font-weight:bold;
	/*padding-bottom:5px;*/
	font-size:12px;
}
.slider .movible .recordFecha .body {
	color:#9a9a9a;
}
.slider .movible .recordFecha .more {
	color:#9a9a9a;
	display:block;
	text-align:right;
	border-top:1px dashed #666;
	margin-top:5px;
	height:20px;
}


.slider .movible .recordFecha a {
	text-align:right;
}
.slider .movible .recordFecha a:link, .slider .movible .recordFecha a:visited {
	color: #ccc;
}
.slider .movible .recordFecha a:hover, .slider .movible .recordFecha a:active {
	color: #fff;
}

.slider .titulo {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
	margin:5px 0 5px 0;
	/*
	color:#de0505;
	*/
	color:#fff;
	background-color:#de0505;
	padding:0 3px;
	display:inline;
	_margin-right:3px;
}

.slider .record a {
	padding:0 3px;
}

.slider .record a:link, .slider .record a:visited {
	color: #fff;
	background-color:#de0505;
}
.slider .record a:hover, .slider .record a:active {
	color: #de0505;
	background-color:#fff;
}


.off {
	background-position:0px -40px;
}
.off {
	background-position:0px -40px;
}

/* --- FOOTER --- */

div#footerWrapper {
	margin-top:10px;
	margin-left:13px;
	padding:10px;
	/*width:100%;*/
}

#footerSquare, #footerCopyright, #footerMail {
	font-size:10px;
	color:#656565;
	overflow:hidden;
	line-height:20px;
	_line-height:18px;
}

#footerSquare {
	background-color:#1a1a1a;
	background-repeat: no-repeat;
	background-position:top left;
	margin-right:2px;
	float:left;
	width:20px;
	height:20px;
	background:#1a1a1a url(../images/footerButton.gif) no-repeat top center;
	cursor:pointer;
	_cursor:hand;
}
#footerCopyright {
	background-color:#1a1a1a;
	background-repeat: no-repeat;
	background-position:top left;
	margin-right:2px;
	_margin-right:1px;
	float:left;
	height:20px;
	/*width:330px;*/
	padding:0 8px;
	text-align:center;
}

.container {	
}

#footerLeftWrapper {
	float:left;
}
#footerMail {
	background-color:#1a1a1a;
	background-repeat: no-repeat;
	background-position:top left;
	margin-right:2px;
	height:20px;
	padding:0 8px;
	text-align:center;
	float:left;
}


.lighColor {
	color:#999;
}

div#footerWrapper a.linkType2:link, div#footerWrapper a.linkType2:visited {
	color:#fff;
}
div#footerWrapper a.linkType2:hover, div#footerWrapper a.linkType2:active {
	color:#de0505;
}

div#footerWrapper a:link, div#footerWrapper a:visited {
	color:#999;
}
div#footerWrapper a:hover, div#footerWrapper a:active {
	color:#de0505;
}

/* --- NOTICIAS --- */

.newsWrapper {
	width:250px;
	height:185px;
	margin-right:3px;
	margin-bottom:3px;
	float:left;
}

.newsWrapper .bg {
	position:relative;
	background-color:#333;
	width:250px;
	height:185px;
	z-index:0;
	top:-185px;
}
.newsWrapper .content{
	position:relative;
	z-index:1;
	width:230px;
	height:165px;
	padding:10px;
}
.newsWrapper .content .date{
	color:#cfcfcf;
	font-size:11px;
}
.newsWrapper .content .title{
	color:#ffffff;
	font-weight:bold;
	padding-bottom:5px;
	font-size:12px;
}
.newsWrapper .content .body {
	color:#9a9a9a;
}

.newsWrapper .content .body a {
	padding:0 3px;
}

.newsWrapper .content .body a:link, .newsWrapper .content .body a:visited {
	color: #fff;
	background-color:#de0505;
}
.newsWrapper .content .body a:hover, .newsWrapper .content .body a:active {
	color: #de0505;
	background-color:#fff;
}

div#paginadoNews {
	margin-top:3px;
	font-size:10px;	
	font-family:arial;
	text-transform:uppercase;
}

div#paginadoNews div#btn-prev, div#paginadoNews div#btn-next {
	width:20px;
	height:20px;
	overflow:hidden;
	margin-right:2px;
	float:left;
	background-color:#444444;
	background-repeat: no-repeat;
	background-position:top left;
	cursor:pointer;
	_cursor:hand;
}
div#paginadoNews div#btn-prev {
	background-image:url(../images/prevNewsButton.gif);
}
div#paginadoNews div#btn-next {
	background-image:url(../images/nextNewsButton.gif);
}
div#paginadoNews div#msg {
	float:left;
	margin-left:5px;
	margin-top:3px;
	line-height:14px;
	width:200px;
}


/* --- CONTACTO --- */

#sectionContactExtras a:link, #sectionContactExtras a:visited {
	color: #ccc;
}
#sectionContactExtras a:hover, #sectionContactExtras a:active {
	color: #fff;
}


#sectionContactExtras {
	margin-top:38px;
	float:left;
	height:156px;
	width:176px;
	overflow:hidden;
}
#sectionContactExtras .bg {
	position:relative;
	background-color:#333;
	width:176px;
	height:250px;
	z-index:0;
	top:-270px;
	_height:161px;
}
#sectionContactExtras .content {
	position:relative;
	z-index:1;
	width:176px;
	height:250px;
	padding:10px;
}


#sectionContactMsg {
	float:left;
	height:156px;
	width:360px;
	overflow:hidden;
}
#sectionContactMsg .bg {
	position:relative;
	width:360px;
	height:270px;
	z-index:0;
	top:-270px;
}
#sectionContactMsg .content {
	position:relative;
	z-index:1;
	width:360px;
	height:250px;
	padding:10px;
	_height:249px;
}


#sectionContact {
	padding-top:20px;
	width:360px;
	float:left;
}

#sectionContactExtras .titulo, #sectionContactMsg .titulo {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;	
	margin:5px 0 5px 0;
	color:#fff;
	background-color:#de0505;
	padding:0 3px;
	display:inline;
	_margin-right:3px;

}

label {
	color:white;
	font-size:12px;
	font-weight:bold;
}
.inputText {
	border:none;
	background-color:#242424;
	color:white;
	padding:3px;
	font-size:11px;
	width:346px;
	margin-top:4px;
	margin-bottom:8px;
}
.inputArea {
	border:none;
	background-color:#242424;
	color:white;
	padding:3px;
	font:11px tahoma;
	width:346px;
	height:60px;
	margin-top:4px;
	margin-bottom:12px;
}

#sendForm {
	width:70px;
	height:21px;
	background-image:url(../images/formBtn.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	position:relative;
}


/* --- DISCOS --- */

#sectionDiscos {
}

.disco {
	width:323px;
	height:269px;
	margin-right:2px;
	float:left;
	overflow:hidden;
	_height:239px;
}

.disco .bg {
	position:relative;
	background-color:#333;
	width:323px;
	height:270px;
	z-index:0;
	top:-270px;
}
.disco .content{
	position:relative;
	z-index:1;
	width:303px;
	height:250px;
	padding:10px;
	_height:249px;
}
.disco .content .tapa {
	font-size:11px;
	width:120px;
	float:left;
}
.disco .content .tapa img {
	border:1px solid #7C7C7C;
	height:103px;
	width:103px;
}
.disco .content .tapa p {
	color:#7C7C7C;
	margin-top:5px;
	font-size:10px;
}

.disco .content .info {
	font-size:11px;
	width:183px;
	overflow:hidden;
	float:left;
}

.disco .content .info .titulo {
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	color:red;
	text-transform:uppercase;
	color:red;
	margin:0;
	line-height:13px;
	font-family:arial;
}
.disco .content .info .anio {
	font-size:13px;
	color:#cccccc;
	margin-bottom:8px;
}
.disco .content .info .txt {
	font-size:13px;
	color:#fff;
	margin-top:15px;
	margin-bottom:2px;
	font:bold 11px arial;
	text-transform:uppercase;
	display:none;
}

.disco .play {
	cursor:pointer;
	_cursor:hand;
}
.disco .content .info ol li.play p.playOut {
	color:#989898;
	background-image:url(../images/discoPlay.gif);
	background-repeat:no-repeat;
	background-position:176px center;
	_background-position:167px center;
}
.disco .content .info ol li.play p.playOver {
	background-color:red;
	color:white;
	background-image:url(../images/discoPlayOver.gif);
	background-repeat:no-repeat;
	background-position:176px center;
	_background-position:167px center;
}

.disco .content .info ol {
	color:#fefefe;
	list-style-type: decimal-leading-zero;
}
.disco .content .info ol li {
	padding-left:-5px;
	margin:0 0 0 25px;
	_margin:0 0 0 30px;
}
.disco .content .info ol li p {
	color:#989898;	
	margin-left:-30px;
	padding-left:28px;
	/*
	padding-top:1px;
	padding-bottom:1px;
	*/
	_padding-left:0;
	_margin-left:0;
	_padding-left:25px;
	_position:relative;
	_left:-30px;
	width:100%;
}


/* --- GENERALES --- */

.hoverMailingMail {
	background-color:#444444;
}
.hoverMailingMailContacto {
	background-color:#242424;
}
.hoverMailingMailIn {
	background-color:#dd0000;
}
h2 {
	font:bold 16px arial;
	letter-spacing:-0.01em;
	color:red;
}
.clear {
	clear:both;
}
.float {
	float:left;
}


/* --- DESCARGAS --- */

#sectionDescargas {
	height:269px;
	overflow:hidden;
}

#sectionDescargas span {
	color:#505050;
}
#sectionDescargas a:link, #sectionDescargas a:visited {
	color: #7c7c7c;
}
#sectionDescargas a:hover, #sectionDescargas a:active {
	color: #ccc;
}

#sectionDescargas .wallpapers, #sectionDescargas .videos, #sectionDescargas .fotos {
	float:left;
}

#sectionDescargas .seccion {
	float:left;
	margin-right:2px;
	overflow:hidden;
}

/* DMG Fotos*/
#sectionDescargas .seccionFotos {
	float:left;
	margin-right:2px;
	overflow:hidden;
}


#sectionDescargas .seccion .content {
	position:relative;
	z-index:1;
	height:269px;
	padding:0 7px 0 10px;
}
/* DMG Fotos*/
#sectionDescargas .seccionFotos .content {
	position:relative;
	z-index:1;
	height:269px;
	padding:0 7px 0 10px;
}

#sectionDescargas .seccion .bg {
	position:relative;
	background-color:#333;
	width:100%;
	height:269px;
	z-index:0;
	top:-269px;
}
/* DMG Fotos*/
#sectionDescargas .seccionFotos .bg {
	position:relative;
	background-color:#222;
	width:100%;
	height:192px;
	z-index:-1;
	top:-269px;
	_top:-331px;
	
}

#sectionDescargas .seccion .titulo {
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#de0505;
	margin:5px 0 5px 0;
	font-family:arial;
	padding-bottom:10px;
}
/* DMG Fotos*/
#sectionDescargas .seccionFotos .titulo {
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#de0505;
	margin:5px 0 5px 0;
	font-family:arial;
	padding-bottom:10px;
}

/*  ------- */



.sliderFot {
	/*overflow:hidden;*/
	height:250px;
	position:relative;
/*	border:1px solid #F00;*/
}
.sliderFot .slideContainer {
	position:relative;
	height:150px;
	width:370px;
	overflow:hidden;
	margin-left:0px;
/*	border:1px dotted #F00;*/
}
.sliderFot .movible {
	float:left;
	width:9999px;
	height:120px;
	position:relative;
	left:0;
}
.sliderFot .movible .record {
	height:140px;
	width:380px;
	float:left;
	margin-right:10px;
/*	border:1px solid #00F;*/
}

.sliderFot .sliderControls {
	position:absolute;
	margin-top:62px;
	margin-left:-10px;
	z-index:33;
/*	border:1px solid #FFF;*/
}

.sliderFot .btnNext, .sliderFot .btnPrev {
	margin-right:2px;
	float:left;
	width:20px;
	height:20px;
	background-color:#333;
	background-repeat: no-repeat;
	background-position:top left;
	cursor:pointer;
	_cursor:hand;	
}

.sliderFot .btnPrev {
	background-image:url(../images/prevNewsButton.gif);
}
.sliderFot .btnNext {
	background-image:url(../images/nextNewsButton.gif);
}

.sliderFot .movible .recordFecha {
	width:500px;
	overflow:hidden;
	height:65px;
	padding:0;	
	/*cursor:pointer;*/
	margin:0 0 5px 0;
	/*_cursor:hand;*/
}
.sliderFot .movible .recordFecha .content{
	position:relative;
	z-index:1;	
	height:65px;
	padding:5px 8px 0px 8px;
	margin:0;
}
.sliderFot .movible .recordFecha .bg {
	position:relative;
	background-color:#333;
	width:100%;
	z-index:0;
	height:65px;
	top:-70px;
	margin:0;
}


/*  ------- */

div#paginadoNewsFot {
	position:absolute;
	margin-top:-212px;
	font-size:10px;	
	font-family:arial;
	text-transform:uppercase;
}

div#paginadoNewsFot div#btn-prevFot, div#paginadoNewsFot div#btn-nextFot {
	width:20px;
	height:20px;
	/*overflow:hidden;*/
	margin-right:2px;
	float:left;
	background-color:#444444;
	background-repeat: no-repeat;
	background-position:top left;
	cursor:pointer;
	_cursor:hand;
}
div#paginadoNewsFot div#btn-prevFot {
	background-image:url(../images/prevNewsButton.gif);
}
div#paginadoNewsFot div#btn-nextFot {
	background-image:url(../images/nextNewsButton.gif);
}
div#paginadoNewsFot div#msgFot {
	float:left;
	margin-left:5px;
	margin-top:3px;
	line-height:14px;
	width:200px;
}



/*  ------- */

#sectionDescargas .seccion .content .fotos { width:365px; }
#sectionDescargas .seccion .content .videos { width:273px; }
#sectionDescargas .seccion .content .wallpapers { width:273px; }

#sectionDescargas .fotos, 
#sectionDescargas .videos, 
#sectionDescargas .wallpapers {
	float:left;
}

.videos img, .wallpapers img {
	float:left;
	border:1px solid #7C7C7C;
	margin:0 3px 3px 0;
	width:98px;
	height:68px;
}

#sectionDescargas .imgLink {
	float:left;
	border:1px solid #7C7C7C;
	margin:0 3px 3px 0;
	cursor:pointer;
	_cursor:hand;
	width:68px;
	height:68px;
}

#sectionDescargas .item .txt {
	width:163px;
	float:left;
	_width:160px;
}
#sectionDescargas .item .imagen {
	width:100px;
	line-height:0px;
	float:left;
	margin-right:10px;
}



/* --- FONDOS --- */

.bgAgenda {
	background-image:url(../images/bgAgenda.jpg);	
}
.bgContacto {
	background-image:url(../images/bgContacto.jpg);
}
.bgBanda {
	background-image:url(../images/bgHome.jpg);
}
.bgDiscos {
	background-image:url(../images/bgDiscos.jpg);
}
.bgDescargas {
	background-image:url(../images/bgDescargas.jpg);
}
/* DMG 020209 */
.bgEncuesta {
	background-image:url(../images/bgEncuesta.jpg);
}
/* DMG 190309 */
.bgVideos {
	background-image:url(../images/bgVideos.jpg);
	background-position:top;
}


/* --- POP-UP ENCUESTA --- */

/* DMG 020209 
   Encuesta Logo	 	
*/
div#encLogoSup {
	position: absolute;
	left: 465px;
	top: 283px;
	width: 450px;
	height: 100px;
	margin-top: -248px;
	margin-left: -192px;
	border-top:3px solid red;
}
div#encLogoSup img{
	position: absolute;
	left: 35px;
	top: 25px;
}

/* DMG 020209 
   Titulo encuesta
*/
div#encTitulo {
	position: absolute;
	left: 25%;
	top: 295px;
	width: 405px;
	height: 60px;
	margin-top: 0px;
	margin-left: 50px;
	color:#f00;
	font:bold 2.2em 'Century Gothic', 'Arial';
	letter-spacing: -2px;
	text-transform:uppercase;
/*	display:none; */
}

/* DMG 020209 
   Texto encuesta
*/
div#encTexto {
	position: absolute;
	left: 25%;
	top: 362px;
	width: 140px;
	height: 180px;
	margin-top: 0px;
	margin-left: 50px;
	/*font-size:24px;*/
	color:#999;
	font:normal 11px 'Arial';
	letter-spacing: 0px;
}

/* DMG 020209 
   Form
*/
div#encFormulario {
	position: absolute;
	left: 25%;
	top: 362px;
	width: 225px;
	height: 180px;
	margin-top: 0px;
	margin-left: 230px;
	color:#999;
	font:bold 1em 'Arial';
	letter-spacing: 0px;
	text-transform:none;
}


div#encFormulario	input{
	font:bold 'Tahoma';
	font-size: 9pt;
	color: #EEE;
	height:20px;
	width: 100%;
	border: 0px solid #888;
	background-color: #2A2A2A;
	margin-top:3px;
	margin-bottom:10px;
}
div#encFormulario	textarea{
	font:bold 'Tahoma';
	font-size: 9pt;
	color: #EEE;
	height:70px;
	width: 100%;
	margin-top:3px;
	border: 0px solid #888;
	background-color: #2A2A2A;
}
div#encFormulario	input#encSubmit{
	font:bold 1em 'Tahoma';
	color: #CCC;
	height:86px;
	width: 58px;
	margin-top:-25px;
	background-color: transparent;
}

/* VIDEOS */
div#vidLinSup{
	width:100%;
	height:2px;
	background-color:#F00;
}
img#vidMainLogoImg{
	position: absolute;
	margin-top:42px;
	left: 50%;
    margin-left: -180px; 
}

div#vidmiddleWrapper{
	position: absolute;	
	width:548px;
	height:600px;
	margin-top:418px;
	left: 50%;
    margin-left: -274px; 
}


div#vidPatenVivo{
	width:547px;
	height:35px;
	border-bottom:1px solid #F00;
	font-family:'Arial';
	font-weight:bold;
	font-size:26px;
	color:#F00;
}

div#vidPatenVivo img{
	float:right;
	margin-top:-12px;
}

div#vidHaceClick{
	margin-top:26px;
	margin-left:12px;
	width:535px;
	height:34px;
	font-family:'Arial';
	font-weight:none;
	font-size:18px;
	color:#666;
}

div#vidItemVideo{
	margin-top:33px;
	margin-left:12px;
	width:535px;
	height:102px;
	font-family:'Arial';
	font-weight:none;
	font-size:13px;
	color:#FFF;
}
div#vidItemVideo img{

	vertical-align:text-top;
}

div#vidItemVideo p{

	text-align: left;
	margin-top:0px;
	margin-left:7px;
}

.vidLnkDesc{
	font-family:'Arial';
	font-weight:bold;
	font-size:13px;
	color:#F00;
}
.vidLnkDesc:hover{
	color:#666;
}

div#vidFooter
{
	width: 100%;
	margin-left:-30px;
	margin-top:30px;
	height: 30px;
}
 
 /* POP UP VIDEOS */

.bgPopDesVideos {
	background-image:url(../../videos/img/popUpVideos.jpg);
}

div#desVidPopSup{
	width:380px;
	height:56px;
	border-bottom: 1px solid #F00;
	margin-left:27px;
	font-family:'Arial';
	font-weight:bold;
	font-size:24px;
	color:#F00;
	padding-bottom:7px;
}
div#desVidPopSup p{
	margin-top:30px;		
	float:left;
}
div#desVidPopSup img{
	float:right;
	margin-top:45px;	
}

div#desVidPopMed{
	width:380px;
	height:56px;
	margin-left:27px;
	margin-top:20px;
	font-family:'Arial';
	font-weight:bold;
	font-size:11px;
	color:#CCC;
}


div#encFormularioPopVid {

	top: 25px;
	width: 315px;
	height: 365px;
	margin-left: 35px;
	color:#CCC;
	font:none 11px 'Arial';
	letter-spacing: 0px;
	text-transform:none;
}

div#encFormularioPopVid p{
	margin-top:17px;
	height:22px;
}


div#encFormularioPopVid	input{
	float:right;
	font:bold 'Arial';
	font-size: 10pt;
	color: #EEE;
	height:22px;
	width: 217px;
	margin-top:-18px;
	border: 0px solid #888;
	background-color: #2A2A2A;
}

div#encFormularioPopVid	select{
	float:right;
	font:bold 'Arial';
	font-size: 10pt;
	color: #EEE;
	height:22px;
	width: 217px;
	margin-top:-18px;
	border: 0px solid #888;
	background-color: #2A2A2A;
}
div#encFormularioPopVid	textarea{
	float:right;
	font:bold 'Arial';
	font-size: 9pt;
	color: #EEE;
	height:70px;
	margin-top:-18px;
	width: 217px;
	border: 0px solid #888;
	overflow:hidden;
	background-color: #2A2A2A;
}

div#encFormularioPopVid	input:hover{
	background-color: #DD0000;
}
div#encFormularioPopVid	textarea:hover{
	background-color: #DD0000;
}


div#encFormularioPopVid	input#encSubmit{
	font:none 11px 'Arial';
	color: #F00;
	height:86px;
	width: 58px;
	margin-left:100px;
	margin-top:0px;
	background-color: transparent;
	cursor:pointer;
	_cursor:hand;
}


div#footerDesVidPop{
	
	float:left;
	width: 345px;
	margin-left:35px;
	margin-top:-20px;
	/*
	font:none 11px 'Arial';
	color: #CCC;
	height:86px;
	width: 315px;
	


	background-color: transparent;
	*/

}