/* CSS Document */

.texto_negro {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.texto_blanco {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.texto_gris {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.texto_grande_gris {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.texto_grande_naranja {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}

.texto_naranja {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}

.texto_verde {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7AA327;
}

a:link {
	color: #0060AF;
	text-decoration: none;
}
a:visited {
	color: #0060AF;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

a.a:link {
	color: #666666;
	text-decoration: none;
}
a.a:visited {
	color: #666666;
	text-decoration: none;
}
a.a:hover {
	color: #cccccc;
}

img.izquierda {
	float: left;
	margin: 0 10px 0 0;
	padding:2px 2px 2px 2px; 
    background-color: #ffffff;  
    border: 1px solid #cccccc;
}

img.derecha {
	float: right;
	margin: 0 0 0 10px;
	padding:2px 2px 2px 2px; 
    background-color: #ffffff;  
    border: 1px solid #cccccc;
}



.frame {
	border: 1px solid #CCCCCC;
}

.byline {
	background: #DB6740 url(imagenes_10/img06.gif) no-repeat left 50%;
	margin: -20px 0 10px 0;
	padding: 5px 0 5px 10px;
	border-bottom: 1px #FFFFFF dashed;
	border-top: 1px #FFFFFF dashed;
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.byline a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}



.arrowlistmenu{
font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
width: 190px; /*width of menu*/
}


.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 6px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #666666;
background: url(imagenes_10/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 75%;
}

.arrowlistmenu ul li a:visited{
color: #666666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #ff8112;
}

/*------------(CSS LOGO TAW)------------*/

.tawlogo { 
font-family: arial, sans-serif; 
border: 1px solid #555; 
vertical-align: 0.3em;
font-weight: bold;
color: #fff;
font-size: 0.9em; 
background-color: #555;
padding: 0;
}

.tawlogo .tnivel {
padding: 0 0.4em ;
border-bottom: 0px;
background-color: #555;
color: #fff;
font-size: 0.8em;
}

.tawlogo abbr {
border-bottom: 0px;
}

.tawlogo acronym{
border-bottom: 0px;
padding: 0 0.3em;
background-color: #fff;
color: #000; 
}

.tawlogo sup{
padding: 0em;
vertical-align: 0.6em;
font-size: 0.6em;
}
/*------------(CSS LOGO TAW)------------*/

