/* CSS Document */
.menut
{
color:#FF9933;
font-weight:bold;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}
.texto
{
color:#039;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}
.vidtitle
{
font-family:"Tw Cen MT Condensed";
font-size:24px;
color:#565656;
text-align:left;
}
.vidtitle2
{
font-family:"Tw Cen MT Condensed";
font-size:18px;
color:#565656;
text-align:left;
}
.video
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000066;
text-align:center;
}
A.video:link
{
color: #000099;
text-decoration:none;
}
A.video:visited
{
color: #000099;
text-decoration:none;
}
A.video:hover
{
color:#FF9900;
text-decoration:none;
}

/*BORDES Y TABLAS*/

div.top {
	height:46px; 
	background-image:url(images/up.jpg); 
	background-repeat: repeat-x; 
	margin:2em 0 0 0;}
	
img.esquina_sup_izq { float:left; }
img.esquina_sup_der { float:right; }

div.content { 
	background-image:url(images/left.jpg); 
	background-repeat:repeat-y; 
	background-color: #FDFDFD; }
	
div.boxcontrol { padding:0 5% 0 5%; 
	background-image:url(images/right.jpg); 
	background-position:right; 
	background-repeat:repeat-y; }
	
div.bottom { height:46px; 
	background-image:url(images/down.jpg); 
	background-repeat:repeat-x; 
	border:0;
	padding:0;
	margin:0;}
	
img.esquina_inf_izq { float:left; }
img.esquina_inf_der { float:right; }
