/*FORMATO*/
html,body{margin:0;padding:0}
body{background:#1A73B5;font: 76% arial,sans-serif;text-align:center}
/*p{margin:0 10px 10px}*/
/*a{display:block;color: #006;padding:10px}*/


/*div#header{
	position:relative;
	width: 105px;
}
div#header{height:83px;line-height:80px;margin:0;
padding-left:10px;background: #EEE;color: #79B30B}
/*div#header a{position:absolute;right:0;top:23px}*/

/*div#boxheader{right:25px; top:23px}*/


div#header{background: #EEE; color: #79B30B;/*padding-left:10px;*/}
div#busqueda{background:#FAFEF5;}

div#container{text-align:left;background:#fff;
font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-size: 1.2em;
	color: #000000;}

div#content p{line-height:1.4}

div#box1{background: #fff; border-left: 1px solid #4EB9FF;}
div#box2{background: #fff; border-top: 1px solid #4EB9FF; border-left: 1px solid #4EB9FF;}
div#box3{background: #fff; border: 1px solid #4EB9FF; border-right: none;}
div#box4{background: #fff; border-left: 1px solid #4EB9FF;}
div#box5{background: #fff; border-top: 1px solid #4EB9FF;}

div#box2 ul{margin-left: 10px; padding-left: 10px; }
div#box3 ul{margin-left: 10px; padding-left: 10px; }

/* nueva organizacion de las cajas */ 
div#box_1{background: #fff; border-top: 1px solid #4EB9FF; border-left: 1px solid #4EB9FF; border-bottom: 1px solid #4EB9FF;}
div#box_2{background: #fff; border-left: 1px solid #4EB9FF; border-bottom: 1px solid #4EB9FF;}
div#box_2color{background: #fff; border-left: 1px solid #4EB9FF; border-bottom: 1px solid #4EB9FF;}
div#box_3{background: #fff; border-left: 1px solid #4EB9FF; border-bottom: 1px solid #4EB9FF;}
div#box_4{background: #fff; border-left: 1px solid #4EB9FF; border-bottom: 1px solid #4EB9FF;}
div#box_5{background: #fff; border-left: 1px solid #4EB9FF; border-bottom: 1px solid #4EB9FF;}

div#box_1 ul{margin-left: 10px; padding-left: 10px;}
div#box_2 ul{margin-left: 10px; padding-left: 10px;}
div#box_2color ul{margin-left: 10px; padding-left: 10px;}
div#box_3 ul{margin-left: 10px; padding-left: 10px;}
div#box_4 ul{margin-left: 10px; padding-left: 10px;}
div#box_5 ul{margin-left: 10px; padding-left: 10px;}
div#box_6 ul{margin-left: 10px; padding-left: 10px;}



/* fin de la nueva organizacion */



/*
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0;color: #C6D5FD}*/


/*CONTROL DE LAS CAJAS*/

div#container{width:750px;margin:0 auto; height: auto;}
div#content{float:left;width:500px; padding: 5px;}
div#box1{float:right;width:200px;padding:5px;}
div#box2{float:right; clear:right;width:200px; padding:5px;}
div#box3{float:right; clear:right;width:200px; padding:5px;}
div#box4{float:right; clear:right;width:200px; padding:5px;}
div#box5{float:right; clear:right;width:200px; padding:5px;}


div#box_1{float:right;width:200px;padding:5px;}
div#box_2{float:right; clear:right;width:200px; padding:5px;}
div#box_2color{float:right; clear:right;width:200px; padding:5px; background-color: #F5FDEC;}

div#box_3{float:right; clear:right;width:200px; padding:5px;}
div#box_4{float:right; clear:right;width:200px; padding:5px;}
div#box_5{float:right; clear:right;width:200px; padding:5px;}
div#box_6{float:right; clear:right;width:200px; padding:5px;}

/* Fin del control de las cajas */


/*FOOT*/

#footer {
	/*margin: 3px 20px 10px 10px;*/
	padding: 5px;
	background: #EBEBEB;
	text-align: center;
	width: 740px;
	height: auto;
	clear:both;
	}

#footer div {
	width: 25%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
}



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

/*MENU*/

#menu{background-color: #DDDDDD; width: 750px;}

#navcontainer
{
margin: 0;
padding: 0 0 0 12px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#navcontainer A
{
color: #444;
display: block;
width: auto;
text-decoration: none;
background: #DDDDDD;
margin: 0;
padding: 2px 10px;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #aaa;
}

#navcontainer A:hover, #navcontainer A:active { background: #BBBBBB; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }

/*FIN DEL MENU*/

/*TABLA ANUNCIOS*/
#anuncios {
	border: 1px solid #165480;
	width: 315px;
	margin-top: 10px;
	float: left;
	border: 1px solid #8EE13C;
	padding-bottom: 5px;}
	
	#anuncios p{padding-left: 5px; padding-right: 5px;}

/* FIN DE TABLA ANUNCIO*/

#suscribir-medicos {
	border: 1px solid #165480;
	color: #000000;
	width: 140px;
	height: auto;
	margin-left: 2%;
	margin-top: 10px;
	float: left;
	border: 1px solid #8EE13C;
	padding: 5px;
	font-family: arial,sans-serif; 
	font-size: 0.9em;
	}




/*TABLA ARTICULOS USUARIOS*/

#newsusuarios{
	border: 1px solid #165480;
	width: 240px;
	margin-top: 10px;
	float: left;
	border: 1px solid #8EE13C;

}
#navbar{width:44px}

/*verfificar como unir esto*/

#newsusuarios img{float:left;}
#newsmedicos img{float:left;}
/*---------*/

#cabtab2{
	background-color: #DBF8B8;
	color: #000;
	font-weight: bold;
	/*font-size: 8pt;*/
	padding: 2 2 2 2px;
	border-bottom: 1px solid #8EE13C;

}
#cabtab2 {padding-left: 5px;}

#cuerpotab2{
	/*font-size: 8pt;*/
	padding: 5px;
	background: #fff;
}

/*-----*/
/*TABLA ARTICULOS MEDICOS*/

#newsmedicos {
	border: 1px solid #165480;
	width: 240px;
	margin-left: 2%;
	margin-top: 10px;
	float: left;
	border: 1px solid #8EE13C;

}


/*DIV PUBLCIDADES DE TEXTO*/
#publicidadtexto{border: 1px solid #649AFF; width: 228px; height: auto; padding:5px; float: left; margin-left: 1%;}


/*---*/

/* TABLA BUSQUEDA DE MEDICOS */

TABLE#searchmedicos
{
    BORDER-RIGHT: #d4e0ee 1px solid;
    BORDER-TOP: #d4e0ee 1px solid;
    BORDER-LEFT: #d4e0ee 1px solid;
    COLOR: #555;
    BORDER-BOTTOM: #d4e0ee 1px solid;
    FONT-FAMILY: "Trebuchet MS", Arial, sans-serif;
    BORDER-COLLAPSE: collapse
	
}

TABLE#searchmedicos TD
{
    BORDER-RIGHT: #d4e0ee 1px solid;
    BORDER-TOP: #d4e0ee 1px solid;
    BORDER-LEFT: #d4e0ee 1px solid;
    COLOR: #555;
    BORDER-BOTTOM: #d4e0ee 1px solid;
    FONT-FAMILY: "Trebuchet MS", Arial, sans-serif;
    BORDER-COLLAPSE: collapse;
	padding: 5px;
}

.estilotabla {
	BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid; BACKGROUND-COLOR: #ffffff
}

.estilocelda {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #333333; BACKGROUND-COLOR: #EAFFD5; text-align: center;
}
 
 /*-----------------*/

.spacer
		{
			float: left;
			width: 5px;
		}

/*CLASES*/

.letrasbusqueda{word-spacing: 5px;}
.marcobusqueda{border: 1px solid #8EE13C; border-left:none; border-right:none; font-size: 0.8em}
.rightside{left:70px; position: relative; text-align: left;}
.imagencentro{text-align: center;}
.imagenleft{float: left; padding: 5px;}
.resaltado{background-color: yellow; font-weight: bold;} 
.backpink{background-color:#FFE1FF; font-weight: bold;}
.textorojo{color: red; font-weight: bold;}
.ultimaupdate{font: 75% arial,sans-serif;text-align: right;}
/*-----*/

h1{font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-size: 1.3em;
	color: #62AB18;}

h2{font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-size: 1em;
	color: #549414; font-weight: bold;}

hr {
border: 0px;
border-top: 1px solid #8EE13C;
}


fieldset{border: none;}
.textogris{color: gray}