/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 input, textarea, .uneditable-input {  
    width: 300px;  
}

#jform_contact_message {  
width: 300px;  
height: 300px;  
}


@font-face{
	font-family: Frutiger-Light;
	src:url(../../../../../fonts/Frutiger-Light.ttf);
	}
	
@font-face{
	font-family: Frutiger-BoldCn;
	src:url(../../../../../fonts/Frutiger-BoldCn.ttf);
	}
	
@font-face{
	font-family: Frutiger-LightCn;
	src:url(../../../../../fonts/Frutiger-LightCn.ttf);
	}

div {
font-family: Frutiger-Light;
}

.tabla {
	background-image: url(/images/donativos//fondoform.png);
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #FFFFFF;
 	background-repeat: no-repeat;
}

.myButton {
	-moz-box-shadow: 0px 3px 2px 0px #292829;
	-webkit-box-shadow: 0px 3px 2px 0px #292829;
	box-shadow: 0px 3px 2px 0px #292829;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #d1d1d1));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #d1d1d1 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #d1d1d1 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #d1d1d1 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #d1d1d1 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #d1d1d1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#d1d1d1',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#292729;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 0px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d1d1d1), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #d1d1d1 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #d1d1d1 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #d1d1d1 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #d1d1d1 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #d1d1d1 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#f9f9f9',GradientType=0);
	background-color:#d1d1d1;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButton1 {	-moz-box-shadow: 0px 3px 2px 0px #292829;
	-webkit-box-shadow: 0px 3px 2px 0px #292829;
	box-shadow: 0px 3px 2px 0px #292829;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #d1d1d1));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #d1d1d1 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #d1d1d1 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #d1d1d1 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #d1d1d1 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #d1d1d1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#d1d1d1',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#292729;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 0px 0px #ffffff;
}