/* CSS Document */


/* ------------------------------------- General -----------------------------------*/
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, td {
margin: 0;
padding: 0;
border: 0;

font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color: #222222;
	background-color: #ffffff;
}

#contenedor{
    width:1000px;
	margin: 0px auto;
	text-align: center;
	background-color: #ffffff;
	/*border: 1px solid #ff0000;*/
}

.cont_ppal{
	width:600px;
	margin: 0px auto;
	text-align: center;
	float:left;
	background-color: #ffffff;
}

.mini_cont{
	width:199px;
	margin: 0px auto;
	text-align: center;
	background-color: #ffffff;
	background-image: url(/img/fondo_cruz.png);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 205px;
	float:left;
	height:550px;
}