@charset "utf-8";
/* CSS Document */

body,html{
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666;
	background-color: #fff;
	background-position: center;
	background-repeat: repeat-y;
	height: 100%;
}

.center{ 
margin-left: auto;
margin-right: auto;
margin-bottom:0px;
margin-top:0px;
text-align: left;
line-height:normal;
}

.left{
	float:left;
}

.right{
	float:right;
}

a:link {
    color: #666666;
    text-decoration: none;
}
a:visited {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #666666;
    text-decoration: none;
}
a:active {
    color: #666666;
    text-decoration: none;
}

#blanco a:link {
    color: #ffffff;
    text-decoration: none;
}
#blanco a:visited {
    color: #ffffff;
    text-decoration: none;
}
#blanco a:hover {
    color: #ffffff;
    text-decoration: none;
}
#blanco a:active {
    color: #ffffff;
    text-decoration: none;
}


.pie{
	background-image:url(../images/fondopie.png);
	background-position:top;
	background-repeat:no-repeat;
}

#pie {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background-color:#edad1b;
	color:#333;
}
#pie a:link{
	color:#333;
	text-decoration:none;
}
#pie a:active{
	color:#333;
	text-decoration:none;
}
#pie a:visited{
	color:#333;
	text-decoration:none;
}
#pie a:hover{
	color:#000;
	text-decoration:underline;
}


.error01 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #ff0000;
    font-weight: normal;
    text-align:center;
	line-height:normal;
}

.error02 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #ff0000;
    text-align:center;
	line-height:normal;
}