@charset "UTF-8";

/* 
Realizado por: José Manuel Rodríguez Sánchez 
Fecha: Mayo de 2010                           
*/

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html, body,div,p,td,a,input {
  font-size:13px;
  font-family: Verdana, Arial, sans-serif;
}
a,a:visited{
	color:#333;	
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:underline;
}
#pie,#cabecera{
	height:50px;	
}
#pie div{
	width:100%;
	text-align:center;
	border-top:1px solid gray;	
}
#pie p,a,#validacion p{
	font-size:10px;	
}
#texto{
	width:400px;	
}
#texto H1{
font-size:15px;
color:#666;
}
#texto div{
	width:380px;
	text-align:justify;
}
#validacion{
	width:200px;	
}
#validacion .valdiv{
width:100%;
height:265px;
border:1px solid gray;
background-color:#EFEFEF;
}
#validacion .edits{
	width:90%;

}
#validacion .btn{
width:100%;
text-align:right;		
}
#validacion .centro{
	width:100%;
	text-align:center;
}
#validacion .abajo{
	width:100%;
	text-align:center;
}
#validacion hr{
	width:90%;
}
#m{
	height:60px;
	color:red;
	text-align:center;
	font-size:10px;
}

