@charset "utf-8";
/* 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}

ol, ul {
	list-style: none;
}


/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ESTILOS GENERALES */

body {
	color:#FFF;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../imagenes/fondo.jpg) no-repeat;
	background-color:#1B52AD;
	font-weight:bold;
}

.interior{
	width:500px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
}

.interior2{
	width:870px;
	margin-left:auto;
	margin-right:auto;
}

#img_pagina{
	width:250px;
	float:left;
	padding-left:20px;
	padding-right:20px;
}

#fila{
	width:870px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
}

#footer{
	font-weight:normal;
	color:#FFF;
	width:870px;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	text-align:center;
}

#footer a:hover{
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#footer a:link{
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#footer a:visited{
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

p, a:hover, a:link, a:visited{
	color:#000;
	text-align:center;
}


.texto_blanco{
	color:#FFF;
	font-weight:bold;
}