/* General */
body{
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
}

h1{
	font-size:2em;
	color: #000000;
}
h2{
	font-size:1.7em;
}
h3{
	font-size:1.5em;
}
.link-boton{
	border: 1px solid #B2B2B2;
	padding: 3px;
	background-color:#F4F4F4;
	margin: 4px;
	color:#000000;
	text-decoration:none;
}


a{
color:#003d4c;
text-decoration:underline;
}
a:hover{
color:#003d4c;
text-decoration:none;
}

a img{
border:none;
}

input, textarea, select{
	background:#F4F4F4 none repeat scroll 0%;
	border:1px solid #B2B2B2;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	padding: 3px;
	margin: 4px;
	margin-bottom: 0px;	
}

.input-grande{
	font-size: 45px;
	width: 400px;
}
.input-mediana{
	font-size: 35px;
	width: 400px;
}
.input-chica{
	font-size: 15px;
	width: 400px;
}
input:focus,textarea:focus,select:focus{
	background-color: white;
}

/* Cake php  errores*/
.error_message{
	width: 500px;
	background-color: #AA0000;
	color: white;
	font-weight: bold;
	border:1px solid #B2B2B2;
	padding: 3px;
	margin: 4px;
}

.error-general{
	color:#AA0000;
	font-weight: bold;
}

#flashMessage{
	width: 500px;
	background-color: #3D6C0C;
	color: white;
	font-weight: bold;
	border:1px solid #B2B2B2;
	padding: 3px;
	margin: 4px;
}
/** Tablas **/
th {
	text-align: center;
}
table tr td {
	/*border-right: 1px solid #ddd;*/
	padding:4px 4px;
	vertical-align:top;
	text-align: center;
}
table tr.altRow td {
	background: #f4f4f4;
}
table td.actions {
	white-space: nowrap;
}

table.tabla_form tr td{
	border: none;
	text-align:left;
}

/** Classy clossets */
.franchise-title{
	color: black !important;
	font-size: 45px;
}
.coupon-title{
	background-color:
}
.coupon-content{
	color:#000000;
	font-size:1.1em;
	font-weight:normal;
}
#content p{
	color:black;
}

.image-help{
	cursor: help;
}
.form-thanks {
	color: #770E29;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	padding: 0 5px;
}
