/* CSS Document */


/* Reset */

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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;

}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

a {
	text-decoration:none;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }



/* LAYOUT TOOLS */

.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.fix				{ overflow:hidden; }
/*


/* INDEX */


body {
	background-color: #680f09;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:repeat-x;
	background-image:url(../imagenes/fondo.jpg);
}



div#principal{
	width:875px;
	padding-bottom:24px;

}

div#cabecera{
	height:100px;
	padding-top:20px;
	overflow:hidden;
}


div#cuerpo{
	background-image:url(../imagenes/fondo-cuerpo.jpg);
	padding-bottom:20px;
}



/* PAGO */

div#pago {
	width:700px;
	margin-bottom:30px;
	margin-top:30px;
}

div#chica-pago{
	background-image: url(../imagenes/fondo_marco.jpg);
	background-repeat: no-repeat;
width: 184px;
	height: 213px;
	float:left;
	display:inline;

}

div#chica-pago img.marco{
	border: 1px solid #fff;
}

div#chica-pago .ftchica{
	margin-top:45px;
}

div#chica-pago p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	height:15px;
	overflow:hidden;
	text-align:center;
	width:140px;
	margin: 0 auto;
	margin-top:2px;
	margin-bottom:2px;
}

div#chica-pago div.idiomas {
}

div#chica-pago div.idiomas img{
	margin-right:1px;
	margin-right:1px;

}
