
#verde {
	float:left;
	width:200px;
	height:66px;
	display:block;      
	background:transparent url("media/blockactive.gif") center center repeat-x;
	padding:0px 0px 0px 0px; 
	text-align: center;      
}

#verde a {
	float:left;
	width:200px;
	height:66px;
	display:block;      
	background:transparent url("media/blockdefault.gif") center center repeat-x;
	padding:0px 0px 0px 0px; 
	text-align: center;     
}     

#verde a:hover {
	float:left;
	width:200px;
	height:66px;
	display:block;      
	background:transparent url("media/blockactive.gif") center center repeat-x;
	padding:0px 0px 0px 0px; 
	
}
#verde a span {
	/*float:left;*/
	display:block;
	background:transparent url("media/blockdefault.gif") center center repeat-x;
	padding:0px 0px 0px 0px;
	
	text-align: center;
	
	
}

#verde a:hover span {
	/*float:center;*/
	display:block;
	background:transparent url("media/blockactive.gif") center center repeat-x;
	padding:0px 0px 0px 0px;      
	text-align: center;
	
}


#verde1 {
	float:left;
	width:155px;
	height:66px;
	display:block;      
	background:transparent url("media/blockdefault1.gif") center center repeat-x;
	padding:0px 0px 0px 0px; 
	text-align: center;      
}

#verde1 a {
	float:left;
	width:155px;
	height:66px;
	display:block;     
	color:#000000; 
	background:transparent url("media/blockactive1.gif") center center repeat-x;
	padding:0px 0px 0px 0px; 
	text-align: center;     
}     

#verde1 a:hover {
	float:left;
	width:155px;
	height:66px;
	display:block;  
	color:#ffffff;    
	background:transparent url("media/blockdefault1.gif") center center repeat-x;
	padding:0px 0px 0px 0px; 
	
}
#verde1 a span {
	/*float:left;*/
	display:block;
	background:transparent url("media/blockactive1.gif") center center repeat-x;
	padding:0px 0px 0px 0px;
	
	text-align: center;
	
	
}

#verde1 a:hover span {
	/*float:center;*/
	display:block;
	background:transparent url("media/blockdefault1.gif") center center repeat-x;
	padding:0px 0px 0px 0px;      
	text-align: center;
	
}


.verdetexto
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #ffffff;
    LETTER-SPACING: 0px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

a.verdetexto:link, a.verdetexto:active, a.verdetexto:visited {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #ffffff;
    LETTER-SPACING: 0px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
a.verdetexto:hover {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #f4f4f4;
    LETTER-SPACING: 0px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}


.titulo {
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    color: #010101;
    LETTER-SPACING: 0px;
    text-decoration: none;
    font-weight: normal;
    
}

a.titulo:link, a.titulo:active, a.titulo:visited {
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    color: #010101;
    LETTER-SPACING: 0px;
    text-decoration: none;
    font-weight: normal;
    
}
a.titulo:hover {
    font-family: Verdana, Arial, Helvetica;
    font-size: 10px;
    color: #0870D8;
    LETTER-SPACING: 0px;
    text-decoration: none;
    font-weight: normal;
    
}


.boton1 {
    background-color: #e7e7e7; /* Gris */
    font-family: 'Open Sans Condensed', Serif;
    border: none;
    color: black;
    padding: 5px 1px;    /* top, right, bottom, and left - en el interior del boton*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    margin: 7px 2px;  /* es el espacio entre cada boton */
    cursor: pointer;
    width:150px;
    height:40px;
    line-height: 40px;
    font-weight: bold; 
    border-radius: 4px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	
}

.boton1:hover{
	background-color: #555555 !important; /* gris fuerte */
	color: white !important;
	font-weight: normal; 
}

.boton2 {
    background-color: #F7776C; /* Rojo */
    font-family: 'Open Sans Condensed', Serif;
    border: none;
    color: black;
    padding: 5px 1px;    /* top, right, bottom, and left - en el interior del boton*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    margin: 7px 2px;  /* es el espacio entre cada boton */
    cursor: pointer;
    width:150px;
    height:40px;
    line-height: 40px;
    font-weight: bold; 
    border-radius: 4px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	// width: 23%;
	
}
.boton2:hover{
	background-color: #f44336 !important;  /* Rojo Fuerte */
	color: white !important;  
	font-weight: normal; 
}	

.boton3 {
    background-color: #92CF95; /* Verde */
    font-family: 'Open Sans Condensed', Serif;
    border: none;
    color: black;
    padding: 5px 1px;    /* top, right, bottom, and left - en el interior del boton*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    margin: 7px 2px;  /* es el espacio entre cada boton */
    cursor: pointer;
    width:150px;
    height:40px;
    line-height: 40px;
    font-weight: bold; 
    border-radius: 4px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	// width: 23%;
	
}
.boton3:hover{
	background-color: #4CAF50 !important;  /* Verde Fuerte*/
	color: white !important; 
	font-weight: normal; 
}

.boton4 {
    background-color: #FFC184; /* Naranja */
    font-family: 'Open Sans Condensed', Serif;
    border: none;
    color: black;
    padding: 5px 1px;    /* top, right, bottom, and left - en el interior del boton*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    margin: 7px 2px;  /* es el espacio entre cada boton */
    cursor: pointer;
    width:150px;
    height:40px;
    line-height: 40px;
    font-weight: bold; 
    border-radius: 4px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	// width: 23%;
	
}
.boton4:hover{
	background-color: #FF7F00 !important;  /* Naranja Fuerte*/
	font-weight: normal; 
	color: white !important;
}