/* hoja de estilos global */
/*
rgb(206,96,242);  violeta oscuro
rgb(222,147,247); violeta claro

rgb( 38, 176, 217); celeste claro
rgb(34,148,202); celeste oscuro

rgb(255,0,128); fuxia claro
rgb(230,0,115); fuxia oscuro

rgb(130,255,4); verde pistacho claro
rgb(113,225,0); verde pistacho oscuro

rgb(0,185,185); turquesa claro
rgb(0,168,168); turquesa oscuro

rgb(251,38,81); rojo claro
rgb(200,4,44); rojo oscuro
*/
BODY{
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-family: lucida sans unicode, verdana, sans, arial, helvetica, serif, sans-serif;
	/*background-color: rgb(220,116,12); //naranja*/
	background-color: black;

}

div,table,span{
	font-size: 10pt;
}

#cabecera {
	/*background-image: url(imagenes/fondotitulo.png);
	background-repeat:repeat-x;*/
	text-align:center;
	height:50px;
	clear:both;
	display:block;
	font-size:18pt;
	font-weight: bold;
	color: rgb(255,0,128); 
	padding: 6px 6px 6px 15px;
}

#menuprincipal{
	height:40px;
	/*background-color: rgb(220,116,12); */
	background-color: black;
	color: white;
}


#principal {
	padding-left: 50px;
	/*display:block;*/
	margin:0px 150px 0px 10px;
	text-align:justify;
	/*background-image: url(imagenes/fondos/fondoprincipal.png);
	background-repeat: repeat-y;*/
	color: white;
}

#lateralDcho {
	display:block;
	float:right;
	width:150px;
	text-align:right;
}

#pie {
	clear:both;
	display:block;
	color: white;
}

a,a:active,a:hover{
	background:transparent;
	text-decoration:none;
	color: white;
	font-weight: bold;
}
a:hover
{

	color: rgb( 38, 176, 217);
}

hr
{
	border:solid;
	border-width:1px 0px 0px 0px;
	border-color:#BBBBDD;
	width:98%;
}

ul{

	padding-left:15px;
	margin-left:15px;
}
ul.links{
	color: rgb(255,0,128);
	margin-left:15px;
	padding-left: 30px;
}
ul.album{
	/*list-style-image:url(imagenes/icons/folderphoto.png);*/
	list-style-position:outside;
	padding-left: 30px;
	
	
}
h2{
	color: rgb( 38, 176, 217);
	text-decoration: underline;
}
h3{
	color: rgb( 38, 176, 217);
}

h3 a{
	color: rgb( 38, 176, 217);
}
strong, em, acronym, h4{
	color: rgb(255,0,128); 
}
cite{
	text-decoration: underline;
	font-weight: bold;
}
q{
	font-style: italic;
}
/*********************************************/
div.menu{
	text-transform: capitalize;
	text-align: center;
	
}

div.menuIzq{
	border-spacing: 15pt;
	border-width: thick;
	border-right: solid;
	border-bottom:solid;
	border-color: rgb( 38, 176, 217);
	margin-right: 20px;
	margin-bottom: 20px;
	
}

div.menuIzq a,a:active,a:hover{
	background:transparent;
	text-decoration:none;
	font-weight: bold;
}
div.menuIzq a:hover{
	color: rgb( 38, 176, 217);
}
/* para las noticias */
div.titularNoticia{
	text-align:center;
	/*background-color:#9595ff;*/
	background-color: rgb(34,148,202);
	font-weight:bold;
	font-size:14px;
	padding:2px;
}
div.cuerpoNoticia{
	/*background-color:#bbbbff;*/
	background-color: rgb( 38, 176, 217);
	font-weight:bold;
	border-style:solid;
	/*border-color:#9999FF;*/
	border-color: rgb(34,148,202);
	border-width:1px 1px 1px 4px;
}
div.pieNoticia{
	text-align:right;
	font-size:10px;
	/*background-color:#bbbbff;*/
	background-color: rgb( 38, 176, 217);
	font-weight:bold;
	padding:2px;
}
/* marcos con fondo */
div.marco{
	text-align:center;
	/*background-color:rgb(170,157,151);*/ /*#bbbbff;*/
	background-color: rgb( 38, 176, 217);
	font-weight:bold;
	padding:2px;
}
div.marco h3{
	color: white;
}
div.error{
	text-align:center;
	background-color: rgb(251,38,81);
	font-size:18px;
}
/* imágenes */
div.imagen {
	float: right;
	margin-left: 5px;
	/*border-style: solid;
	border-color: rgb(255,0,128);*/
}
/*------------(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)------------*/