/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background:url(../images/fndweb.gif) repeat-x;
	}
.clear {clear:both;}
.tverde {color:#708e35;}

a:link, a:visited {color:#000000; text-decoration:none;}
a:hover {color:#708e35; text-decoration:underline;}

.contenedor {
	width:950px;
	min-height:640px;
	height:auto; 
	position:absolute;
	left:50%;
	margin-left:-475px; 
	/*background-color:#cccccc;*/
	}
.logo {
	float:left;
	}

.titular {
	float:left;
	margin:8px 0px 0px 74px;
	}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Century Gothic"; 
	font-size:20px; 
	color: #666666;
	}
.descripcion {
	float:left;
	width:484px;
	}
.texto {
	float:left;
	width:475px;
	height:auto;
	margin:10px 0px 0px 5px;
	text-align:justify;
	/*background-color:#999999;*/
	}
.prestaciones {
	float:left;
	width:475px;
	height:auto;
	margin:20px 0px 0px 5px;
	text-align:left;
	/*background-color:#999999;*/
	}
.icono1 {
	float:left;
	margin:37px 40px 0px 12px;
	}
.icono2 {
	float:left;
	margin:33px 40px 0px 0px;
	}
.icono3 {
	float:left;
	margin:37px 0px 0px 0px;
	}
	
.imagenes {
	float:right;
	width:466px;
	/*background-color:#006666;*/
	}
.datos {
	float:left;
	margin:37px 0px 0px 12px;
	line-height:14px;
	}
	
.medicos {
	float:left;
	width:466px;
	height:406px;
	}
.login {
	float:left;
	width:466px;
	height:234px;
	background:url(../images/login.jpg) no-repeat;
	}
.usuario {
	color:#FFFFFF;
	margin:15px 0px 0px 100px;
	}
	
.pass {
	color:#FFFFFF;
	margin:10px 0px 0px 100px;
	}

.input {
	width:150px;
	border:1px solid #ccc;
	padding-left:3px;
	padding-right:3px;
	}
	
.enviar {
	margin:20px 0px 0px 100px;
	}

.btnEnviar {background:url(../images/btn_login.gif) no-repeat; width:70px; height:20px; border:0px; cursor:pointer;}
		

#error {
	position:absolute;
	top:565px;
	left:558px;
	border:2px solid #FF0000;
	color:#FF0000;
	padding:5px;
	background-color:#FFFFFF;
	z-index:50;
	}
	
	
	

