/* CSS Document */
input, textarea, select {
	border: 1px solid #000;
	background-color: #FCE4E0;
	color: #555;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	
}


img{
	border:0px;
}


.negrita_grande{
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:16px;
}


.negrita_chica{
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size:12px;	
	font-weight:bold;
	color:#000;
}

.texto_small{
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size:1em;	
	color:#fff;
}

a{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#fff;
	text-decoration:none;
}

a:visited{
	color:#fff;
	text-decoration:none;
}

/*=======================================================================*/

body{
	margin: 0px;
	background-color:#000;
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size:11px;	
	color:#fff;
}

#header{
width: 100%;
height:115px;

}

	#logo{
		position:absolute;
		background:url(../_slices/_header_logo.jpg);
		width: 295px;
		height:115px;
		z-index:4;
	}
		#logo_recall{
			position:absolute;
			background:url(../_slices/_header_recall.jpg);
			width: 100%;
			height:115px;
			z-index:3;
		}
		
		#formulario{
			z-index:5;
			position:relative;
			float:right;
			width:300px;
			height:90px;
			text-align: left;
		}
		
			#close_session{
			z-index:5;
			position:relative;
			font-size:2px;
			width:300px;
			height:90px;
			float:right;
			text-align: right;
			}
		

#arriba{
	width: 100%;
	height:28px;
	clear:both;
}

	#fecha{
		float:left;
	}
	
	#del{
		float:right;
		margin-top:10px;
		padding-right:12px;
	}

#contenido{
	width:705px;
	height:1%;
	text-align:left;
}

#yocentro{

margin-left:20%;

}
#form{
	width:500px;
	height:100%;
	clear:both;
	color:#FFFFFF;
	text-align:left;
	
	
}

#paginado{
	width:705px;
	height:100%;
	clear:both;
	margin-bottom:50px;
	color:#FFFFFF;
}

#izq{
	width:520px;
	height:auto;
	float:left;
}

	#top{
		background:url(../_slices/_top.jpg);
		width:520px;
		height:42px;
	}
	
	#topcontenido{
		position:relative;
		top:13px;
		left:20px;
	}
	
	#recall{
		background:url(../_slices/_recall.jpg);
		width:520px;
		min-height:100px;
	}
	
	*html #recall{
		height:100px;
	}
	
	#mensaje{
		padding:4px;
		padding-left:22px;
		padding-right:13px;
		width:auto;
		color:#000;
		
			
	}
	
	#down{
		background:url(../_slices/_down.jpg);
		width:520px;
		height:69px;
	}
	
	
	
	
#der{
	float:right;
	width:185px;
	height:auto;
}
	#top2{
		background:url(../_slices/_top2.jpg);
		width:185px;
		height:22px;
	}
	
	#recall2{
		background:url(../_slices/_recall2.jpg);
		width:185px;
		height:auto;
		overflow:hidden;
	}
	
	#moreinfo{
		padding:4px;
		padding-left:18px;
		padding-right:14px;
		width:auto;
		height:auto;
			color:#000;
		
		
			
	}
	#down2{
		background:url(../_slices/_down2.jpg);
		width:185px;
		height:31px;
	}


