/* CSS Document */
/* reseteo de css*/
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 {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 12px;
     font-family: Arial, Verdana, Helvetica, sans-serif;
	 color:#FFFFFF;
}
u, b, i {
	font-size:inherit;
}
body {
	 background-color:#000000;
	 background-image:url(../images/fondo_cetransa.png);
	 background-position:bottom center;
	 background-repeat:no-repeat;
}
ol, ul, li {
    list-style: none;
}
:focus {
     outline: 0;
}
table, tr, td {
     border-collapse: collapse;
     border-spacing: 0;
}
a:link {
	font-size:inherit;
	text-decoration:none;
}
a:visited {
	font-size:inherit;
	text-decoration:none;
}
a:hover {
	font-size:inherit;
	text-decoration:underline;
}
blockquote:before, blockquote:after, q:before, q:after {
     content: "";
}
blockquote, q {
     quotes: "" "";
}
input, textarea {
	 background-color:#FFFFFF;
	 border:1px solid #000000;
     margin: 0;
     padding: 0;
     font-size: 11px;
     font-family: Arial, Verdana, Helvetica, sans-serif;
}
hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #FFFFFF;
     background-color: #000000;
     height: 1px;
}

/* hoja de estilos */
.mayusculas{
	text-transform:uppercase;
}
.bold {
	font-weight:bold;
}
.cursiva {
	font-style:italic;
}
.azul {
	 color:#5a7586;
}
.blanco {
	color:#FFFFFF;
}
.negro {
	color:#000000;
}
.gris {
	color:#3b3b3b;
}
.grisclaro {
	color:#a0a0a0;
}
.dorado {
	color:#bb7c21;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}
.aligncenter {
	text-align:center;
}
.t9 {
	font-size:9px;
}
.t10 {
	font-size:10px;
}
.t11 {
	font-size:11px;
}
.t12 {
	font-size:12px;
}
.t13 {
	font-size:13px;
}
.t14 {
	font-size:14px;
}
.t16 {
	font-size:16px;
}
.t18 {
	font-size:18px;
}
.t20 {
	font-size:20px;
}
.t22 {
	font-size:22px;
}
.bordedorado {
	border:1px solid #bb7c21;
}
.opacidadblanco80 {
	background-color:#FFFFFF;
	filter: alpha(opacity=80);
	opacity: .80;
}
#boletinindex input {
	background-color:#FFFFFF;
	border:1px solid #000000;
	font-size:10px;
	color:#bb7c21;
	padding-left:5px;
	padding-right:5px;
	width:100px;
	height:16px;
}
#colaboradores img{
	float:left;
	margin-left:10px;
	height:33px;
	border:0px;
}
#patrocinadores img{
	text-align:center;
	margin-left:3px;
	margin-top:10px;
	border:0px;
}
#submenue {
	position:relative;
}
.submenua{
	width:104px;
	margin-top:11px;
	cursor: pointer;
	position: absolute;
	background-color: #424241;
	text-decoration: none;
	z-index:5;
}
.submenua1{
	width:109px;
	margin-top:11px;
	cursor: pointer;
	position: absolute;
	background-color: #424241;
	text-decoration: none;
	z-index:5;
}
.submenua2{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	border-top:1px solid #000000;
}
.homepaginador {
	background-color:#996600;
}
.homepaginador2 {
	background-color:#993333;
}
#noticia01home {
	width:390px;
	height:255px;
	z-index:-1;
	display:block;
}
#noticia02home {
	width:390px;
	height:255px;
	z-index:-1;
	display:none;
}
#noticia03home {
	width:390px;
	height:255px;
	z-index:-1;
	display:none;
}
#noticia04home {
	width:390px;
	height:255px;
	z-index:-1;
	display:none;
}

