@charset "utf-8";

HTML
{
	background-color:#121011;
}

BODY
{
	margin: 0px;
}

#btntwit
{
    display:block; 
	width: 32px;
    height: 33px;
    background-image: url(../imagenes/twit.jpg);
}

#wrapper
{
	height:100%;
}

#footer
{
	position:absolute;
	bottom:10;
	width:100%;
	height:20px;
	background:TRANSPARENT;
}

#btntwit:hover {
    background-image: url(../imagenes/twit_roll.jpg);
}

#btnface
{
    display:block; 
	width: 32px;
    height: 33px;
    background-image: url(../imagenes/face.jpg);
}

#btnface:hover {
    background-image: url(../imagenes/face_roll.jpg);
}

#btnyoutube
{
    display:block; 
	width: 32px;
    height: 33px;
    background-image: url(../imagenes/youtube.jpg);
}

#btnyoutube:hover {
    background-image: url(../imagenes/youtube_roll.jpg);
}


#video_modal
{
	display:none;
}

/* Overlay de Simple Modal*/
#simplemodal-overlay
{
	background-color:#000; cursor:wait;
}

/* Clases del Contenedor*/
#simplemodal-container
{
	width:618px; 
	height:464px; 
	color:#fff; 
	background-color:#000;
}
#simplemodal-container code {background:#000; border-left:0px; color:#fff; display:block;}
#simplemodal-container a {color:#fff;}
#simplemodal-container a.modalCloseImg
{
	background:url(/imagenes/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-16px; 
	cursor:pointer;
}

#simplemodal-container #basic-modal-content
{
	padding:8px;
}

html>body #footer2 {
	display: block;
	position: fixed;
	text-align: center;
	bottom: 0;
	width: 100%;
	clear: both;
	height: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #515151;
	z-index: 1000;
}

#mainflashcontainer
{
	width:1020px;
	height:667px;
}

#video_opciones
{
	float:right;
	color:#808080;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	
	padding-right:150px;
	
	vertical-align:middle;
}

.vid_opcion
{
	float:left;
	margin-left:50px;
	margin-top:15px;
}
