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

/* General */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	background-image:url(images/LOGO-Web-01.png);
	background-repeat:repeat;
}


/* Contenido */
h1,h2{
	font-weight:bold;
	text-align:center;
	color:#069;
}
h1{
	font-size:16px;
}
h2{
	font-size:12px;
}
h3{
	font-weight:bold;
	font-size:12px;
	left:1em;
}
h4{
	font-weight:bold;
	font-size:10px;
	left:1em;
}


/* Estado */
ul, li {
  list-style-type:square;
  left:1em;
}

/* Formulario */
form.borde-dni {
	margin:auto;
	padding:inherit;
	width:650px;
	border:1px solid #ccc;
}
/*{border: 1px dotted #0066CC; padding: 0.5em 0.2em; width: 80%;}*/

form p {
	clear:left;
	margin: 0.2em;
	padding:0.1em;
}

form p label {
	float:left;
	width:25%;
	font-weight:bold;
}

.error {
	color:red;
}

/* Tablas */
   TH {font-size: 10pt; font-weight: bold; color: white; background: #0066CC; text-align: left;}
   TD {font-size: 10pt; background: #CCCCCC;}
   TD.dreta {font-size: 10pt; text-align: right; background: #FFFFFF;}
   TD.esquerra {font-size: 10pt; text-align: left; background: #FFFFFF;}
   TD.centre {font-size: 10pt; text-align:center; background: #FFFFFF;}


