body, htm {
	/*background-image:url(../../images/back/contenedor.jpg);*/
	background-repeat:repeat-x;
	/*background-color:#F9F9F9;*/
	margin:7px 0px 7px 5px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Helvetica, "Helvetica 25 UltraLight", "Helvetica 35 Thin", "Helvetica 65 Medium";
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

#boton{
	text-align:center;
	float:right;
	background-color:#9bc23c; 
	width:150px; 
	height:20px; 
	color:#FFFFFF;
    cursor:pointer;
	border:3px solid #DDDDDD;
	font-weight:bold;
	padding:10px 0px 0px 0px;
	}	

#boton:hover {
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
}

#boton a:hover {
	color:#FFFFFF;
	text-align:center;
	background-color:#000000;

}

#boton a:link {
	color:#FFFFFF;
	text-align:center;
}

input { 
	font-family: Tahoma, Verdana, Arial; font-size: 12px; 
	color:#000000; 
	background-color: #F5F5F5; 
	border: #666666; border-style: solid; 
	border:2px solid #FFFFFF;
	padding:5px;
	height:35px;
	width:200px;
	text-align:center;

    /* other CSS styles */

    /* round the corners */
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;


    /* make it glow! */
    -webkit-box-shadow: 0px 0px 7px #AAAAAA;
       -moz-box-shadow: 0px 0px 7px #AAAAAA;
            box-shadow: 0px 0px 7px #AAAAAA; /* some variation of blue for the shadow */

}

select { font-family: Tahoma, Verdana, Arial; font-size: 11px; color:#000000; background-color: #F9F9F9; border: #666666; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; padding:3px;}

a:link {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:visited {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	color:#000000;
}
a:hover {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #3399FF;
		
}
hr {
	color: #99CCFF;
}

.letras10_blanco {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

input[type=submit] {
	background-color:#9bc23c; 
	width:215px; 
	height:35px; 
	color:#FFFFFF;
    cursor:pointer;
	border:2px solid #FFFFFF;
	font-weight:bold;
}

input[type=submit]:hover {
    background-color:#000000;
	color:#FFFFFF;
}
input[type=button] {
	background-color:#9bc23c; 
	width:200px; 
	height:35px; 
	color:#FFFFFF;
    cursor:pointer;
	border:2px solid #FFFFFF;
	font-weight:bold;
}

input[type=button]:hover {
    background-color:#000000;
	color:#FFFFFF;
}
