html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	text-align: left;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

a, a:visited {
	text-decoration: none;
	font-weight:bold;
	border-bottom: 1px dashed;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	border-bottom: 1px solid ;
}

#visitas a{
	border-bottom-color: #FF9900;
	font-weight:bold;
	color: #FF9900;
}

#cortinilla a{
	border-bottom-color: #333333;
	font-weight:bold;
	color: #333333;
}

.negrita {
font-weight:bold;
}

.negrita2 {
font-weight: bolder;
color:#666666;
}

.formulario {
	position: relative;
	background-image: url(../images/perita.png);
	background-repeat: no-repeat;
	background-position: right;
	left: 0px;
	right: 20px;
	height: 260px;
	text-align:left;
}

.formulario2 {
	position: absolute;
	right: 20px;
	left: 20px;
	bottom: 25px;
	height: 260px;
	text-align:center;
}

label {  
display:block;  
font-weight:bold;  
}  

form img{float:right;}

input, textarea, select {  
 border:1px solid #333333;  
} 

form span {  
 display:block;  
 font-size:90%;  
}  

form p {  
 margin:0  
}  

#cortinilla {
	position: absolute; 
    left: 50%; 
	top: 50%;
    width: 600px;
	height: 580px;
	margin-left: -300px;
	margin-top: -290px;
	text-align:center;
}

