@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #FFFF33;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
input.form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
border:#000000 1px solid;
}
select.lista{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
border:#000000 1px solid;
}
textarea.textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
border:#000000 1px solid;
}
a.linkweb:link {
	color: #0000CC;
	text-decoration: none;
}
a.linkweb:visited {
	text-decoration: none;
	color: #0000CC;
}
a.linkweb:hover {
	text-decoration: underline;
	color: #000099;
}
a.linkweb:active {
	text-decoration: none;
	color: #0000CC;
}

.bordearribajo{
border-bottom:#999999 1px solid;
border-top:#999999 1px solid;
}

.bordefotos
{
border: #000000 1px solid;
}

.fondopolaroid
{
background-image:url(imagenes/polaroid/arribaizda.jpg);
background-repeat: repeat;
}

.textograndea {
font-size:19px;
color:#000099;
}

.celdagranden {
font-size:14px;
color:#000000;
background: #E1E1E1;
border-bottom:#999999 1px solid;
}

.fondoaros
{
background-image:url(imagenes/fondo.jpg);
background-position:bottom;
background-repeat:no-repeat;
}

.fondoblanco
{
background:#FFFFFF;
}