/* CSS Author Gonzalo Vera - Automatrícula On-Line */
/* 01100011 01100001 01100110 01100001 01110010 01101110 01100001 01110011 */
/* <Reset CSS> */
html, body, div, span,applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dd, dl, dt, li, ol, ul,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	vertical-align: baseline;
	outline:0;
}
a img, :link img, :visited img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; margin:0 auto 0 auto; text-align:center;}
ol, ul { list-style: none; }
hr{height: 1px; border: 0; background-color: #ccc;}


/* <www css> */

body {
    background-image: url(../img/fondo.jpg);
	background-repeat : repeat-x;
	background-color: #fff;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
}

a:link {color: #000; font-size:12px;}
a:visited {color: #999; font-size:12px;}
a:hover {color: #000; font-size:12px;}
a:active {color: #666; font-size:12px;}

#www {font:13px; margin:0 auto 0 auto; margin-top:25px; padding:10px; width:800px;  border: 1px solid #ccc; text-align:left; color:#000; background-color: #fff;}
#www  legend{ color:#ccc;  background-color: #fff; padding:1px 10px;}
#www fieldset {border: 1px solid #ccc; margin-top:7px; padding:20px;}
.encabezados{color:#666; font-size:18px; font-weight: bolder;}

/* copyright */
#copyright{
    color:#696969;
    background-image:url(../img/valid.png);
    background-position:top right;
	background-repeat:no-repeat;
    background-color:transparent;	
	margin:0 auto 0 auto; 
	width:800px;
	height: 70px; /* la misma medida que margin de # contenido */    
	clear:left;
	text-align:left;
	font-size:11px;
}
#copyright img{
    vertical-align: middle;

}

#copyright a, #copyright a:hover {
    color: #696969;
    font-size: 11px;
    text-decoration: none;
}

.ocultoCorreo {
    direction: rtl;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    unicode-bidi: bidi-override;
}

/**/
#center{ text-align:center;}


#texto{
width:400px;
background-color:transparent;
float:left;
font-size:13px;
padding-right:10px;

}

#texto p{
text-align:justify;
}

#formulario{
width:330px;
background-image:url(../img/fondo_formulario.jpg);
background-repeat:repeat-x;
float:left;
padding-top:8px;
padding-left:5px;
padding-right:5px;

}

.titulo{
color: #666666; font-weight: bold; font-size: 18px;
}
.negrita{
font-weight: bold;}

.tituloformulario{
color: #666666; font-weight: bold; font-size: 16px;
}
.rojo{color:#E7301F;}
.formacion{
font-weight: bold; font-size: 16px; margin-bottom:13px;
}
/* <form css> */

textarea {border:1px solid #666; color:#000; background-color:transparent;}
input {border:1px solid #666; color:#000; outline:0; background-color:transparent;}
.alert{color:#E7301F; font-size:10px;}

file:focus, textarea:focus, input:focus {border: 1px solid #E7301F; background-color:#FFE9E7; }


