
.lista-numerica{
list-style-type:decimal;
	}

.rollout{ 
	background:#fff;
	border:2px solid #009edf;
	border-radius:10px;
	color:#009edf;
}

.rollover{
	background:#009edf;
	border-radius:10px;
	cursor:pointer;
	color:#fff;
}

.images{	
	box-shadow:3px 3px 5px #676767;
	border-radius:12px;
	/*border:3px double #bb834c;*/
	/*cursor:pointer;
	cursor:hand;*/
}

.manolink{
	cursor:pointer;
	cursor:hand; 
}

.zoomover
{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
	

}
.zoomover:hover
{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
	opacity: .7;
}

.titcontent{
	font-weight:bold;
	text-decoration:underline;
}

.cajaespecial{
	padding:10px 10px 10px 130px;
	border: 2px solid #dfbb10;
	border-radius:12px;
}

.pregejer{
	padding:10px 10px 10px 10px;
	border: 2px solid #dfbb10;
	border-radius:12px;
}

.footer{
	color:#FF0000;
}

.center{
	text-align:center;
}