body {
	background-image: url(../images/pixelVe.jpg);
	background-repeat: repeat-x;
	background-color: #3B5783;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
.texto {
	color: #FFFFFF;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
}
.titulos {
	color: #293F66;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #4182BA;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
.caja {
	border: 1px solid #395680;
}
.inputes {
	color: #FFFFFF;
	background-color: #003366;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.t9 {
	font-size: 9px;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.texto2 {
	color: #153555;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
}
a {
	font-weight: bold;
}
.style1 {color: #F2A311}
.style3 {color: #FFFFFF}
.style2 {color: #666666}
/* otras */
ul { 
        padding: 0;
        margin: 0;
        list-style: none;
}

li { /* all list items */
        float: left;
        position: relative;
        width: 10em;
}

li ul { /* second-level lists */
        display: none;
        position: absolute;
        top: 1em;
        left: 0;
}



li:hover ul, li.over ul { /* lists nested under hovered list items */
        display: block;
}

#content {
        clear: left;
}
.tabla {
	background-image: url(../images/trans.png);
	filter: Alpha(Opacity=80);
}
.top {
	background-image: url(../images/top/top.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
