/* Estilos default ==================================================== */ 
* {
	margin: 0;
	padding: 0;
	outline:none;
}

body {
	
	/* Textos default */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#0c4da2;
	background:url(../img/fondos/body2.jpg) top center no-repeat #e0f1ff;
}

/* Links */
a, a:visited, a:active {
	text-decoration: none;
	color:#0c4da2;
}
a:hover {
	text-decoration: underline;
	color:#ED2024;
}

.centrado {
	margin-left: auto;
	margin-right: auto;
}

#contenedor{
	position:relative;
	width:766px;
	margin:0 auto;

}
/* Estilos de Head ====================================================================== */
#header{
	height:150px;
	margin-top:6px;
	background:url(../img/logos/veraten.gif) 0px 3px no-repeat;
	position:relative;
	color:#0c4da2;
	font-weight:bold;
}
#header .logoFlash{
	position:absolute; top:0px; left:2px;
	width:361px;
	height:141px;
	z-index:100;
}
#header .unatoma{ position:absolute; top:26px; left:460px; width:100px; height:62px; background:url(../img/logos/1toma.gif) no-repeat;}
#header .menuSec{ position:absolute; width:119px; height:24px; top:7px; right:34px; }

/* items de menu */
#header #menu{
	position:absolute;
	bottom:0px;
	width:766px;
	z-index:110;
	
}
#header #menu ul{ list-style:none;}
#header #menu ul li{ margin:0 13px; float:left; }

#header #menu ul li a{ display:block; height:21px; text-indent:-9999px}
#header #menu ul li a:hover{ background-position:bottom left !important;}

#header #menu ul li a.home{ background:url(../img/botones/home.gif) no-repeat top left; width:46px;}
#header #menu ul li a.carvedilol{ background:url(../img/botones/carvedilol.gif) no-repeat top left; width:88px;}
#header #menu ul li a.bioequi{ background:url(../img/botones/bioequivalencia.gif) no-repeat top left; width:127px;}
#header #menu ul li a.eficacia{ background:url(../img/botones/eficacia.gif) no-repeat top left; width:66px;}
#header #menu ul li a.prescrip{ background:url(../img/botones/prescripcion.gif) no-repeat top left; width:135px;}
#header #menu ul li a.presenta{ background:url(../img/botones/presentacion.gif) no-repeat top left; width:121px;}



body#home #header #menu ul li a.home,
body#carvedilol #header #menu ul li a.carvedilol,
body#bioequivalencia #header #menu ul li a.bioequi,
body#eficacia #header #menu ul li a.eficacia,
body#prescripcion #header #menu ul li a.prescrip,
body#presentacion #header #menu ul li a.presenta{
	background-position:bottom left !important;
}
/* Estilos de Foot ====================================================================== */
#footer{ width:766px; height:130px; background:url(../img/fondos/foot.jpg) no-repeat; font-size:11px; color:#14499b; position:relative;}
#footerSinImg{ width:766px; height:130px; /*background:url(../img/fondos/foot.jpg) no-repeat;*/ font-size:11px; color:#14499b; position:relative;}

/* Estilos de Texto ===================================================================== */
/* Titulos */
.homeCont{ background:url(../img/titulos/unavez.gif) no-repeat; width:309px; height:89px; margin:25px 0 0 25px;}
.CarveCont{ background:url(../img/titulos/carvedilol.gif) no-repeat; width:175px; height:36px; margin:25px 0 0 25px;}
.BioCont{ background:url(../img/titulos/bioequivalencia.gif) no-repeat; width:279px; height:44px; margin:25px 0 0 25px;}
.EfiCont{ background:url(../img/titulos/eficacia.gif) no-repeat; width:309px; height:27px; margin:25px 0 0 25px;}
.PresCont{ background:url(../img/titulos/prescripcion.gif) no-repeat; width:492px; height:38px; margin:25px 0 0 25px;}
.PresentaCont{ background:url(../img/titulos/presentaciones.gif) no-repeat; width:222px; height:30px; z-index:200;}
/* Flash */
.pastilla{ margin:10px 0 0 25px; width:464px; height:324px;}
.bannerHome{
	position:absolute;
	top:161px;
	right:23px;
	width:230px;
	height:368px;
}
.bannerCarve{
	position:absolute;
	top:177px;
	right:23px;
	width:282px;
	height:249px;
}
.graficoFarma{ margin:0 auto; width:596px; height:438px;}
.graficoEficacia{ margin:0 auto; width:731px; height:308px;}
.graficoPres1{ margin:0 auto; width:642px; height:437px;}
.graficoPres2{ margin:0 auto; width:664px; height:345px;}
.cajitasPresenta{width:740px;height:433px; margin:0 auto;}
/* textos */
h1{ font-size:16px; font-weight:bold;}
.flecha{ padding-left:39px; margin-left:17px; background:url(../img/bullets/flecha.gif) no-repeat; font-size:14px;}
.referencias{ font-size:9px; margin:10px 30px;}
/* Contenedores */
#holder ul{ list-style:none; font-size:12px; font-weight:bold; }
#holder ul li{ background:url(../img/bullets/flechita.gif) no-repeat 2px 4px; padding-left:13px;   }
/* Estilos de Fondos ===================================================================== */


/* Estilos de Formularios ================================================================ */


.clearfix { overflow:hidden; height:1%; }
