/* 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:#2f0000;
	background-image:url(../imagenes/fondo.jpg);
	background-repeat:repeat-x;
	padding-bottom:15px;	
}



div#principal{
	width:895px;	
	background-image:url(../imagenes/fondo-cuerpo.jpg);
	background-repeat:repeat-y;
	
}

div#cabecera{
} 


div#cuerpo{
	background-image:url(../imagenes/fondo-texto.jpg);
	background-repeat:no-repeat;
	}


div#cuerpo-texto {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;	
}

div#col-izq {
	width:430px;
	margin-left:60px;
	clear:right;
	}
	
p#numero {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:42px;
	font-weight:bold;
	color:#FFCC00;
}

p.tarifas {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:justify;
	color:#FFFFFF;
	width:80%;
	height:40px;
	overflow:auto;
	border: 1px solid #92425c;
	padding:2px;
	margin-top:6px;	
	
}

p#consulta-por-sms {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	color:#FFFFFF;
	margin-top:25px;
}

em {
	color:#FFFF00;
	font-style:normal;
}

p#pandora {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	color:#FFFFFF;
	
}


div#texto {
	clear:both;
	width:695px;
	margin-top:70px;	
}

div#texto p{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:12px;
	text-align:justify;
}

div#pie {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	margin-top:20px;
	color:#FFCC00;
}

div#pie a{
	color:#FFCC00;
}




