/*
CSS for Bubble Under site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background: #ebf5fc url('images/fondo2.gif') repeat-x 0 0;     
  line-height: 125%;
  padding: 0;
  margin: 0;
  width:100%;
  height:100%;
}

	   
h1, h2, h3 {
  font-family: Georgia,"Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  color: #0d64b4;
  font-size: x-large;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 5px;
  border-bottom: solid 2px #0d64b4;
}

h2 {
  color: #4c6192;
  font-size: 110%;
  font-weight: normal;
  padding-top: 0px;
  font-style: italic;
}

h3 {
  color: #4c6192;
  font-size: 100%;
  font-weight: normal;
  padding-top: 0px;
  font-weight: bold;
}

li {
  font-size: small;
  color: #454545;
  list-style-type: square;
}

p {
  font-size: small;
  color: #454545;
}

img {
border:medium none;
display:block;
margin:auto;
padding-left:4px;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
  color: navy;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: navy;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}



/*
------------------------------------------------
*/


#contenedor {
	height:100%;
	width:900px;
	/*margin:0 auto;*/
	/*nuevos*/
	margin: 10px auto;	
	/*border: 3px solid #7da5d8;*/
	background-color: #61a0d5;
}

#header {  
  height: 150px;
  background-image: url(images/logo.jpg);
  border-bottom: 1px solid #61a0d5;
  width:900px;
  margin-right:2px;
}

#conexion p {
  clear: both;
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #bed8f3;
  border: 3px solid #61a0d5;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-right: 2px;
  margin: 0;
  position: relative;  
  width:892px;
  margin-top: 1px;
  margin-bottom: 1px;
  text-align: right
}

#navigation {
  background-color: #61a0d5;
  height: 100%;
  margin-bottom: 1px;
  /*nuevos*/
  float: left;
  width: 180px;
  /*margin: 0px;*/
  padding: 0px;
}


#contenido {
	/* nuevos */
	background-color: #FFFFFF;
	width:687px;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-left: 190px;
	/*border: 3px solid #7da5d8;*/
 }


#footer  {
  clear: both;
  text-align: center;
  font-size: 8pt;
  font-family: Times, serif;
  background-color: #bed8f3;
  /*border-top: 1px solid #7da5d8;*/
  border: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-left: 8px;
  width:886px;
  margin-top: 5px;
}

#footer  p {
  margin-top: 0;
  margin-bottom: 0;
}


#boton  {
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#3b5998;
        border:0px;
        width:80px;
        height:19px;
		margin-right:2px;
       }

#boton:hover {
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#1E2E98;
        border:0px;
        width:80px;
        height:19px;
       }

table.tabla {
  border-collapse: collapse;
}

table.tabla th, table.tabla td {
  padding: 4px;
  border: 1px solid #000066;
}

table.tabla th {
  font-size: x-small;
  text-align: left;
  background: #FFFFFF url(images/top_bg.gif);
  color: #241364;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

table.tabla td {
  font-size: x-small;
  background: #e2edff url(td.jpg) repeat-x top;
}

table.tabla caption {
  color: #000066;   
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}

.marco1 { 
   padding:8px; 
   background-color: #f5f5f5; 
   width: 70px; 
   border: 1px solid #999999; 
} 
.marco1 IMG{ 
   border: 1px solid #000000; 
} 


.noticia_separador {
	display: block;
	height: 50px;
	background: url(noticia_separador.png) 50% 50% no-repeat;
}

