@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.clear
{
	clear: both;
}
#contenedor-principal{
	width: 1010px;
	margin: 10px auto;
}
#contenedor{
	width: 800px;
	float: left;
}
#banner-medica{
	width: 200px;
	margin-left: 10px;
	float: left;
}
#menu{
	width: 800px;
	height: 40px;
	background-color: #B3B3B3;
}
#menu ul{
	list-style: none;
}
#menu ul li{
	float: left;
	border-right: 2px solid #FFFFFF; 
}
#menu ul li a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	width: 120px;
	height: 35px;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
}
#menu ul li a:hover, #menu ul li a.activo{
	background-color: #FF0097;
}
#logo{
	background-image: url(../img/bg-logo.png);
	width: 800px;
	height: 325px;
	margin-top:20px;
	margin-bottom: 10px;
}
#logo-peq{
	background-image: url(../img/bg-logo-peq.png);
	width: 200px;
	height: 100px;
	float: left;
	overflow: hidden;
}
#logo-peq a{
	width: 200px;
	height: 100px;
	padding-top: 100px;
	display: block;
}
#contenido{
	width: 560px;
	padding: 10px 20px 20px 20px;
	float: left;
}
#contenido a{
	color: #666666;
	border-bottom: 1px dashed #666666;
	text-decoration: none;	
}
#articulos{
	width: 800px;
}
.articulo-previo{
	width: 190px;
	font-size: 10px;
	border: 1px solid #B3B3B3;
}
.articulo-imagen{
	width: 70px;
	float: left;
}
.articulo-texto{
	width: 106px;
	float: left;
	padding: 4px;
	text-align: justify;
}
.articulo-texto a{
	color: #FF0097;
	font-size: 10px;
	text-align: center;
	margin-bottom: 2px;
	text-decoration: none;
}
#articulos-derecha{
	width: 200px;
	float: left;
}
.articulo-previo-der{
	width: 200px;
	font-size: 10px;
	border-bottom: 1px dotted #FF0097;
	margin-bottom: 10px;
}
.articulo-imagen-der{
	width: 70px;
	float: left;
}
.articulo-texto-der{
	width: 116px;
	float: left;
	padding: 4px;
	text-align: justify;
}
.articulo-texto-der a{
	color: #FF0097;
	font-size: 10px;
	text-align: center;
	margin-bottom: 2px;
	text-decoration: none;
}
#articulos-centro{
	width: 600px;
	clear: left;
	padding-top: 20px;	
}
.articulo-previo-izq{
	width: 560px;
	font-size: 10px;
	border-bottom: 1px dotted #FF0097;
	margin-top: 10px;
}
.articulo-imagen-izq{
	width: 70px;
	float: left;
}
.articulo-texto-izq{
	width: 476px;
	float: left;
	padding: 4px;
	text-align: justify;
}
.articulo-texto-izq a{
	color: #FF0097;
	font-size: 10px;
	text-align: center;
	margin-bottom: 2px;
	text-decoration: none;
}
#pie{
	width: 760px;
	padding: 10px 20px 20px 20px;
	background-color: #B3B3B3;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: left;
}
#pie a{
	font-weight: bold;
	color: #FF0097;
}

/*****************************************************/
/*                   FORMULARIO                      */
/*****************************************************/

#ContactForm fieldset{ 
	border: 0;
}

#ContactForm label{ 
	text-align: right;
	width: 50px;
	padding-right: 20px;
	float: left;
	margin-top: 10px;
}

#ContactForm input {
	display: block;
	width: 300px;
	float: left;
	margin-top: 10px;
}

#ContactForm textarea {
	margin-top: 10px;
	width: 300px;
	height: 50px;
	float: left;
}

.camporequerido{
	color: #FF0000;
	float: left;
	margin-top: 10px;
}

#ContactForm input[type="submit"]{
	margin-bottom: 20px;
	margin-left: 120px;
	width: 80px;
}

#ContactForm input[type="reset"] {
	margin-bottom: 20px;
	margin-left: 40px;
	width: 80px;
}

#ContactForm input[type="hidden"] {
	display: none;
}

br.clear-l {
	clear: left;
}


/*******************************************************/
/*               CLASES DE TIPOGRRAFIAS                */
/*******************************************************/

h1{
	width: 560px;
	float: left;
	color: #FF0097;
	font-size: 22px;
	padding: 40px 20px 20px 20px;
}
h2{
	color: #FF0097;
	font-size: 16px;
	padding: 20px 0 20 0;
}
h3{
	text-align: center;
}
h4{
	text-align: left;
}
h4 a{
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
h4 a:hover{
	color: #FF0097;
	font-size: 12px;
	text-decoration: none;
}
.articuloenlace a{
	color: #FF0097;
	font-size: 12px;
	text-decoration: none;
}
 
