html, body, div, span, applet, object, iframe, h1, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, center, u, b, i {

font-style : normal;
font-family : inherit;
vertical-align : baseline;
border-top-width : 0;
border-left-width : 0;
border-right-width : 0;
border-bottom-width : 0;
padding-top : 0;
padding-left : 0;
padding-right : 0;
padding-bottom : 0;
margin-top : 0;
margin-left : 0;
margin-right : 0;
margin-bottom : 0;
} 

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#fff;
	color: #543169;
}

a:link {
	color: #543169;
	text-decoration: underline;
}
a:visited {
	color:#543169;
	text-decoration: none;
}
a:active {
	color:#543169;
	text-decoration: none;
}
a:hover {
	color:#543169;
	text-decoration: none;
}



/* C A J A */

#caja{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-500px;
	margin-top:-300px;
	width: 1000px;
	height: 600px;
}
#caja .logo{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-130px;
	margin-top:-80px;
}

.datos{
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-128px;
	margin-top:20px;
	color: #543169;
}
