/* ESTILOS SRPSERVICIOS.COM */
.titulo {
    text-decoration : none;
	font-size: 30px;
	font-family: arial; 
	color: #333333;
}

.titulo:hover {
    text-decoration : none;
	font-size: 30px;
	font-family: arial; 
	color: #333333;
}

.marron {
    text-decoration : none;
	font-size: 12px;
	font-family: arial; 
	color: #A65E90;
}

.negro {
    text-decoration : none;
	font-size: 12px;
	font-family: arial; 
	color: #000000;
}

.rojo {
    text-decoration : none;
	font-size: 12px;
	font-family: arial; 
	color: #990000;
}

.amarillo {
    text-decoration : none;
	font-size: 12px;
	font-family: arial;
	color: #FF5C00;
}

.blanco {
    text-decoration : none;
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
}

.verde {
    text-decoration : none;
	font-size: 12px;
	font-family: arial;
	color:#003300;
}

.blancoDerecha {
    text-align:right;
	text-decoration : none;
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
}

.amarilloActivo {
    text-decoration : none;
	font-size: 12px;
	font-family: arial;
	color: #FFCC00;
}



.verdanaAzul {
    text-decoration : none;
	font-size: 10px;
	font-family: verdana;
	color: #000033;
}

.btn_verdanaAzul {
    text-decoration : none;
	font-size: 10px;
	font-family: verdana;
	color: #000033;
}

.btn_verdanaAzul:hover {
    text-decoration : none;
	font-size: 10px;
	font-family: verdana;
	color: #333333;
}

.bt_blanco {
    text-decoration : none;
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
}

.bt_blanco:hover {
    text-decoration:underline;
	font-size: 12px;
	font-family: arial;
	color: #FFCC00;
}

.nts {
    text-decoration : none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFCC00;
}

.btn_nts {
    text-decoration : none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFCC00;
}

.btn_nts:hover {
    text-decoration : none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

.bt_blanco2 {
    text-decoration : none;
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
}

.bt_blanco2:hover {
    text-decoration:none;
	font-size: 12px;
	font-family: arial;
	color: #FFCC00;
}

.bt_negro {
    text-decoration : none;
	font-size: 12px;
	font-family: arial; 
	color: #000000;
}

.bt_negro:hover {
    text-decoration: underline;
	font-size: 12px;
	font-family: arial; 
	color: #000000;
}

.bt_rojo {
    text-decoration : none;
	font-size: 12px;
	font-family: arial; 
	color: #990000;
}

.bt_rojo:hover {
    text-decoration: underline;
	font-size: 12px;
	font-family: arial; 
	color: #990000;
}




