/********** General **********/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
}
img {
	border: none;
}
h1 {
	font-size: 40px;
}
h2 {
	margin: 0 0 10px 10px;
	font-size: 22px;
}
h3 {
	margin: 0 0 5px 5px;
	font-size: 18px;
}
a {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
}


/********** Page **********/
.page {
	width: 750px;
	margin: 5px auto 5px auto;
}


/********** Header **********/
.header {
	height: 150px;
	margin: 0 0 5px 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
}
.header h1 {
	width: 300px;
	float: left;
	margin: 25px 0 5px 0px;
	padding: 0 0 0 160px;
}
.header .subtitulo {
	font-size: 18px;
	font-weight: normal;
}
.header embed {
	float: left;
	margin: 20px 0 0 0;
}


/********** Nav **********/
.nav {
	margin: 0 0 5px 0;
	font-size: 0.9em;
	color: #EEEEEE;
}


/********** Sidebar **********/
.sidebar {
	width: 150px;
	margin: 0 0 5px 0;
	background-color: #ffffff;
	background-position: left;
	background-repeat: repeat-y;
	color: #000000;
}
.sidebar .top {
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
}
.sidebar .bottom {
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
}
.sidebar h2 {
	font-size: 16px;
	margin: 0 25px 5px 20px;
	text-align: center;
}
.sidebar ul {
	margin: 0px;
	padding: 0px;
}
.sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sidebar a {
	font-weight: bold;
	display: block;
	text-align: center;
	width: 115px;
	margin: 0 0 0 15px;
	padding: 1px 0 1px 0;
}
.sidebar a:hover {
	color: #ffffff;
	text-decoration: none;
}
.sidebar .banner {
	margin: 10px 3px 5px 0;
	text-align: center;
}
.sidebar p {
	margin: 0 10px 0 0;
	text-align: center;
}


/********** Content **********/
.content {
	float: left;
	width: 595px;
	margin: 0 0 5px 0;
	background-color: #000000;
	background-repeat:repeat-y;
}
.content .top {
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
	clear: left;
}
.content .bottom {
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 20px;
	clear: left;
}
.content .contenido {
	width: 580px;
	height: 250px;
	overflow: auto;
}
.content p{
	margin: 0 5px 5px 10px;
}
.content ul {
	margin: 0 15px 5px 10px;
}
.content li {
	list-style: none;
}
.content .col_left {
	float: left;
	width: 200px;
}
.content .col_right {
	float: left;
	width: 330px;
}


/********** Footer **********/
.footer {
	clear: both;
	height: 40px;
	background-color: #000000;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 0.8em;
	color: #CCCCCC; 
}
.footer p {
	margin: 10px 13px 0 7px;
}


/********** Otros **********/
/***** Flotar *****/
.left {
	float: left;
}
.right {
	float: right;
}
.centro {
	margin: auto;
}
img.left {
	margin: 5px;
}
img.right {
	margin: 5px;
}
/***** Colores *****/
.blanco {
	color: #FFFFFF;
	font-weight: bold;
}
a.azul { color: #0066FF; }
a.azul:hover { background-color: #0066FF; }
a.morado { color: #9900FF; }
a.morado:hover { background-color: #9900FF; }
a.verde { color: #00CC00; }
a.verde:hover { background-color: #00CC00; }
a.naranja { color: #FF6600; }
a.naranja:hover { background-color: #FF6600; }
a.amarillo { color: #FFCC00; }
a.amarillo:hover { background-color: #FFCC00; }
a.rojo { color: #FF0000; }
a.rojo:hover { background-color: #FF0000; }
a.fucsia { color: #FF00FF; }
a.fucsia:hover { background-color: #FF00FF; }

/***** Tips *****/
.thumb {
	width: 250px;
	height: 150px;
	margin: 5px;
	text-align: center;
	display: block;
	float: left;
}
.tool-tip {
	color: #fff;
	width: 150px;
	z-index: 13000;
} 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url("../plantillas/interfaz/bubble.png") top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url("../plantillas/interfaz/bubble.png") bottom right;
}

/***** Recursos *****/
.recursos {
	
}
.recursos .lista {
	width: 180px;
	float: left;
	margin: 0 5px 5px 0px;
}
