﻿body 
{
	width: 750px;
	
	margin-left: auto;
	margin-right: auto;
	
	padding: 0;
	margin-top: 0px; margin-bottom: 0px;
	
	font-family: Sans-Serif;
	font-size: 12px;
    color: rgb(95, 98, 122);
}

html 
{
}

p, h1, img, a img
{
	margin: 0; padding: 0;
	border: 0;
}

a 
{
	color: rgb(95, 98, 122);
}

a:hover 
{
	color: rgb(95, 98, 122);
	font-weight: bold;
}

/*Los links de ampliar y contraer se ven diferentes.*/
a.masinformacion
{
	color: rgb(95, 98, 188);
	text-decoration: none;
	letter-spacing: 2px;
	cursor: pointer;
}

a.masinformacion:hover 
{
	color: rgb(95, 98, 188);
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;	
}

ul.MenuHorizontal 
{
	display: block;
	
	background-image: url("images/headersuperior.gif");
	width: 701px;
	height: 23px;
	
	margin: 0px;
	
	padding: 0px;
	padding-top: 24px;
	padding-left: 49px;
}

ul.MenuHorizontal li 
{
	display: block;
	float: left;
	width: 25%;
	line-height: 23px;
	text-align: center;
	margin: 0; padding: 0;
    color: rgb(102, 111, 183);
    text-transform: uppercase;
    font-weight: bold;
}

div.header 
{
	background-image: url("images/asoprofarma.gif");
	width: 750px;
	height: 80px;
	
	margin: 0; padding: 0;
}

div.foto 
{
	width: 750px;
	height: 124px;
	overflow: hidden;
}

div.contenido 
{
	background-image: url("images/fondo.gif");
	width: 556px;
	margin: 0;
	padding: 0;
	
	padding-left: 174px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
}

div.contenido h1 
{
    text-transform: uppercase;
    font-weight: bold;
   	font-size: 13px;
}

div.contenido p 
{
	margin-top: 20px;
	margin-bottom: 20px;
}



/*
 * Seccion superior izquieda donde los socios pueden hacer login
 */
#ingreso_socios 
{
	float: right;
	display: inline;
	
	width: 250px;
	height: 80px;
	
	margin-right: 5px;
	border-collapse: collapse;
}

#ingreso_socios input.textbox 
{
	width: 120px;
	left: 70px;
}

#ingreso_socios h1 
{
	font-size: 18px;
	padding-bottom: 5px;
}

#ingreso_socios label
{
	font-size: 15px;
	margin-left: 20px;
	line-height: 15px;
}

#ingreso_socios td.etiqueta 
{
	text-align: right;
}
