@charset "utf-8";

body {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	margin:0px;
	text-align:center;

	font-size:12px;
	color:#555555;
}

td {

	font-size:12px;
	font-family: inherit;
}

th {
	font-size:12px;
	font-family: inherit;
}

h1{
	font-size:170%;
	margin:10px 0px;	
}

h2{
	font-size:150%;
	margin:9px 0px;	
}

h3{
	font-size:130%;
	margin:8px 0px;	
}

h4{
	font-size:115%;
	margin:7px 0px;	
}

h5{
	font-size:105%;
	margin:6px 0px;	
}

h6{
	font-size:100%;
	margin:5px 0px;	
}


p{
	margin:7px 0px;

}
a{
	color:#3853AF;
	text-decoration:none;	
}

a:hover{
	text-decoration:underline;

}

.xsmallFont {
	font-size:85%;
}

.smallFont {
	font-size:90%;
}
.largeFont{
	font-size:110%;
}
.xlargeFont{
	font-size:120%;
}

textarea{
	font-family: inherit;
	font-size:inherit;
}

input{
	font-family: inherit;
	font-size:inherit;
}

select{
	font-family: inherit;
	font-size:inherit;	
}


ul{
/*	border:1px solid #FF00FF;*/
	padding:0px;
	padding-left:25px;
	margin:0px;

}

li{

	list-style-image:url(../images/bullet1.png);
	padding:3px;
/*	border:1px solid #FF0000;*/

}

blockquote{
	padding:0px;
	font-style:italic;
	letter-spacing:0px;
	font-size:110%;
	text-align:justify;
	margin:11px;

}

/* mensaje de error en formularios generados con cake */
.error-message {
	color:#FF0000;
	font-size:95%;
}
