/* ESTILOS CSS PROPIOS DE LA PAGINA */



/* ## LINK - INI ########################################################### */

.cv	{
	color:#00bb00;
	text-decoration:none;
	}
.cv:hover	{
			color:#00bb00;
			text-decoration:underline;
			}

	/* --------------------------------------------------- */

.vc	{
	color:#00bb00;
	text-decoration:underline;
	}
.vc:hover	{
			color:#00bb00;
			text-decoration:none;
			}

	/* --------------------------------------------------- */
	
.cvr	{
		color:#00bb00;
		text-decoration:none;
		}
.cvr:hover	{
			color:#ef2120;
			text-decoration:none;
			}

	/* --------------------------------------------------- */
	
.cvred	{
		color:#ef2120;
		text-decoration:none;
		}
.cvred:hover	{
				color:#ef2120;
				text-decoration:underline;
				}

	/* --------------------------------------------------- */
	
.cvblack	{
			color:#000000;
			text-decoration:none;
			}
.cvblack:hover	{
				color:#000000;
				text-decoration:underline;
				}

	/* --------------------------------------------------- */
	
.cvpurple	{
			color:#9d83ef;
			text-decoration:none;
			}
.cvpurple:hover	{
				color:#9d83ef;
				text-decoration:underline;
				}

	/* --------------------------------------------------- */
	



/* ## LINK - FIN ########################################################### */


/* ## FORMULARIO - INI ##################################################### */

.formularios
{
	border:				1px solid #999999;
	background-color:	#d6ebca;
}

.formularios_white
{
	border:				1px solid #4cba0d;
	background-color:	#ffff66;
}

/* ## FORMULARIO - FIN ##################################################### */


/* ## BOTON - INI ########################################################### */

.numeros, .numeros_select	{
							height:20px;
							line-height:13px;
							margin:0 3px 3px 0;
							padding:4px 0 0;
							text-align:center;
							text-decoration:none;
							width:20px;
							display:inline;
							float:left;
							}
						
.numeros	{
			background:url(http://www.comunicacionvegetal.com/img/auxiliar/b_numero.gif) no-repeat center center;
			color:#00bb00;
			}
			
.numeros_select	{
				background:url(http://www.comunicacionvegetal.com/img/auxiliar/b_numero_select.gif) no-repeat center center;
				color:#bb0000;
				}

/* ## BOTON - FIN ########################################################### */