@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_videos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #00000E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {
	padding-bottom: 40px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;
	background-color: #000000;
	text-align: center;
	font-size: 10px;
} 
#footer img {
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: baseline;
}
a  {
	color: #0facd5;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.top {
	font-size: 11px;
}
#footer a:hover {
	text-decoration: underline;
}
.enlaceVolver {
	text-align: right;
	float: right;
	width: 140px;
	padding-top: 17px;
	padding-right: 20px;
	font-size: 11px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#baseVideo {
	width: 658px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	margin-bottom: 20px;
}
address {
	color: #333333;
	font-size: 10px;
	font-style: normal;
	float: left;
	padding-top: 12px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 15px;
}
h1 {
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 15px;
	background-color: transparent;
	float: left;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 0px;
	clear: both;
	background-image: url(../images/bg_h1left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#base {
	background-color: #000000;
	width: 658px;
	padding-top: 8px;
	text-align: center;
}
#base  p {
	font-size: 11px;
	color: #333333;
	margin: 0px;
	text-align: left;
	line-height: 130%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.titulo {
	background-image: url(../images/bg_h1right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 5px;
	padding-top: 7px;
	padding-bottom: 0px;
	font-size: 12px;
	float: left;
}
#herramientas {
	background-image: url(../images/bgLeft_herramientas.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #a8adb5;
	font-size: 11px;
	text-align: right;
	float: right;
	margin-right: 20px;
	padding-left: 10px;
}
#herramientas p {
	background-color: transparent;
	background-image: url(../images/bgRight_herramientas.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
.etiqueta {
	font-size: 9px;
	text-transform: uppercase;
	color: #73787f;
	padding-left: 11px;
	background-image: url(../images/divisoria_herramientas.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.dato {
	padding-right: 7px;
}
.facil {
	background-image: url(../images/ico_facil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.bgIzda {
	
	margin: 0px;
	padding: 0px;
	width: 10px;
}
.alignRight {
	float: right;
}

