/* CSS Document */

/* TEXTOS */

body
	{
	font-family: 'Trebuchet MS', 'Lucida Grande',
	Verdana, Lucida, Geneva, Helvetica, 
	Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	background-image: url("tramafondo.gif");
	background-repeat: repeat-x;
	background-color:#6699CC;
	}

/* BLOQUES PRINCIPALES */

#contenedorprincipal
{
width: 750px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
background-color:#F5F5F5;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}

#contenedorcabecera
{
background-color:#ccc;
margin: 0px;
padding: 0px;
border-top: 5px solid #1975A3;
height:195px;
}

#contenedornavegacion
{
background-color:#9AAEDB;
}

#contenedorcontenido
{
	position: relative;
	width: 750px;
	padding:0px;
	margin: 0px;
	background-image: url("fondocontenido.gif");
}

#breadcrumb
{
	position: relative;
	background-color:#B8BCC3;
	height: 13px;
	padding: 3px 3px 3px 10px;
	color: #fff;
	background-image: url("fondobuscador.gif");
	background-position: right;
	background-repeat: no-repeat;
}

	#breadcrumb a {
		color: #ffffcc;
		text-decoration: none;
		border: 0; }
		
	#breadcrumb a:hover {
		color: #ffff66;}

#contenido
{
width: 575px;
position: relative;
float: left;
}

#comunidad
{
width: 175px;
position: relative;
float: right;
}

#esponsors
{
background-color: #BCCFDD;
border-bottom: 1px solid #fff;
border-top: 1px solid #999;
text-align: center;
}

#pie
{
background-color: #DFE6E1;
text-align: center;
padding: 3px;
}

	#pie a {
			color: #242B49;
			text-decoration: none;
			border: 0; }
			
	#pie a:hover {
			color: #000000;}

#ticker
{
background-color:#545473;
padding: 0px;
margin: 0 0 0 0;
border-top: 2px solid #ffffcc;
border-bottom: 2px solid #ffffcc;
height: 35px;
}

.limpia
{
	font-size:1px;
clear: both;
}


#buscador
{
padding: 10px 10px 0px 10px;
margin: 0px;
color: #254A86;
}

#buscador a 
{
color: #254A86;}

 /* NAVEGACION HORIZONTAL CON TABS*/

#header {
      background:#9AAEDB url("bg.gif") repeat-x bottom;
      line-height:normal;
	  height:33px;
      }
    #header ul {
		/*border:1px solid #033;*/
      margin:0;
      padding:5px 5px 2px 5px;
      list-style:none;
	  height:25px;
      }
    #header li {
      float:left;
      background:url("left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #header a {
      display:block;
      background:url("right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#003366;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333;
      }
    #header #current {
      background-image:url("left_on.gif");
      border-width:0;
      }
    #header #current a {
      background-image:url("right_on.gif");
      color:#fff;
      }
	
/* TEXTOS */
/* Enlace ********************************************************************* */	

A:link    { color: #FF6600;  font-weight: normal; text-decoration:none;}   /* ENLACE NORMAL */
A:visited { color: #FF6600;  font-weight: normal; text-decoration:none;}   /* ENLACE VISITADO   */
A:hover   { color: #000000;  font-weight: normal; text-decoration:underline;}   /* ENLACE OVER     */
A:active  { color: #FF6600;  font-weight: normal; text-decoration:none;}   /* ENLACE CLICKADO    */

h1 /* TITULO DE BLOQUE MAYOR */
	{
	font-size: 22px;
	font-weight: normal;
	padding:2px;
	margin:2px;
	color:#243246;
	}
	
h2 /* TITULO DE BLOQUE MEDIO */
	{
	font-size: 20px;
	font-weight: normal;
	padding:2px;
	margin:2px;
	color:#243246;
	}

h3 /* TITULO DE BLOQUE NORMAL */
	{
	font-size: 18px;
	font-weight: normal;
	padding:2px;
	margin:2px;
	color:#243246;
	}

h4 /* SUBTITULO DE BLOQUE */
	{
	font-size: 16px;
	font-weight: normal;
	padding:2px;
	margin:2px;
	}

h5 /* TEXTO ESTANDAR */
	{
	font-size: 12px;
	font-weight: normal;
	padding:2px;
	margin:2px;
	}

h6 /* TEXTOS PEQUEÑOS */
	{
	font-size: 10px;
	font-weight: normal;
	padding:2px;
	margin:2px;
	}
	
P	/* COMPORTAMIENTO POR DEFECTO DE LOS PARRAFOS */
	{
	margin: 5px 0px 5px 0px;
	}	

