/* CSS Document                                                   */
/* Desarrollado por: Ing. Juan C. Mena G.                         */
/* Todos los derechos reservados por Cybernetix de Venezuela, C.A */

/*Limpia de estilos predefinidos de la página*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: normal;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	font-size: 12px;
}

body {
	line-height: 1;
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}
a {
	text-decoration:none;
}
li {
	text-decoration:none;
	list-style: none;
}
/* Estilos de la página de inicio */
body {
	background-color: #FFF;
}
#contenedor_videos_externos{
	display:block;
	width:938px;
	height:405px;
	margin: 0 auto;
	background:#FFF;
}
#visor_video_externo{
	display:block;
	float:left;
	width:510px;
	height:auto;
}
#lista_videos_externos{
	display:block;
	float:left;
	width:420px;
	height:380px;
	overflow:auto;
}
.renglon_video_externo{
	display:block;
	clear:both;
	height:100px;
	margin-bottom:10px
}
.tn_video_externo{
	display:block;
	float:left;
	width:125px;
	height:90px;
	margin-left:6px;
	margin-top:3px;
}
.tn_video_externo li, .nombre_video_externo  li{
	text-decoration:none;
}
.nombre_video_externo {
	display:block;
	float:left;
	height:90px;
	width:265px;
	margin-top:3px;
	margin-left:6px;
}
.nombre_video_externo {
	text-decoration:none;
}
.nombre_video_externo h1{
	font-size:17px;
}
.nombre_video_externo p{
	font-size:12px;
	color:#000;
	line-height:20px;
}
.link_videos_externos {
	font-size:17px;
	color:#2786C2;
}
a.link_videos_externos {
	font-size:17px;
	color:#2786C2;
	text-decoration:none;
}
a:hover.link_videos_externos {
	font-size:17px;
	color:#FF6600;
}
