/* CSS Document */


.Estilo1 {color: #0033FF}
.Estilo3 {color: #333333}
.Estilo4 {color: #000000}
.Estilo5 {font-size: 12px}
.main_ingresar{
   	margin: auto;
	width: 500px;
	height: auto;
	padding: 12px;
	border: 1px solid #999999;
	border-radius: 10px;
	background-color: #EEEEEE;
	-moz-box-shadow:inset 0px 0px 5px 5px #666666;
	-webkit-box-shadow:inset 0px 0px 5px 5px #666666;
	box-shadow:inset 0px 0px 5px 5px #666666;
	bottom: 4px;
	text-align:center;
}
.main_valorar{
   	margin: auto;
	width: 700px;
	height: auto;
	padding: 15px;
	border: 1px solid #999999;
	border-radius: 10px;
	background-color: #ACACAC;
	-moz-box-shadow:inset 0px 0px 5px 5px #666666;
	-webkit-box-shadow:inset 0px 0px 5px 5px #666666;
	box-shadow:inset 0px 0px 5px 5px #666666;
	bottom: 4px;
	text-align:center;
}



.actualiz{

   	margin: auto;
	width: 150px;
	padding: 8px;
	border: 1px solid #999999;
	border-radius: 10px;
	background-color: #EEEEEE;
	-moz-box-shadow:inset 0px 0px 5px 5px #666666;
	-webkit-box-shadow:inset 0px 0px 5px 5px #666666;
	box-shadow:inset 0px 0px 5px 5px #666666;
	bottom: 4px;
}
.main1{

   	margin: auto;
	width: 500px;
	padding: 8px;
	border: 1px solid #999999;
	border-radius: 10px;
	background-color: #EEEEEE;
	-moz-box-shadow:inset 0px 0px 5px 5px #666666;
	-webkit-box-shadow:inset 0px 0px 5px 5px #666666;
	box-shadow:inset 0px 0px 5px 5px #666666;
	bottom: 4px;
}
.main2{

   	margin: auto;
	width: 90%;
	padding: 8px;
	border: 1px solid #999999;
	border-radius: 10px;
	background-color: #EEEEEE;
	-moz-box-shadow:inset 0px 0px 5px 5px #666666;
	-webkit-box-shadow:inset 0px 0px 5px 5px #666666;
	box-shadow:inset 0px 0px 5px 5px #666666;
	bottom: 4px;
}
.txtitulo_tab_main{
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	background:#FF9900;
	
}
.txdescrip_tab_main{
font-size:14px;
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	
}

.tx_estadisticas_tab_main{
font-size:11px;
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}



