@charset "utf-8";
/* CSS Document */

/* --------------------------- Redefinicion de elementos -------------------- */

body {
	margin:					0px;
	padding: 				0px;
	text-align: 			center;
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				12px;
	background-color: 		#f4f4f4;
	color:					#666;
}


.h2_big {
    font-size:              21px;	
}

/*h3 {
	margin:					0px;
	padding: 				0px;
    color:                  #0078ae;
    font-size:              11px;
}*/

h4 {
    color:                  #3b7ab5;
    font-size:              11px;
    margin:                 4px 0;
}

h5 {    
    color:                  #3b7ab5;
    font-size:              9px;
    margin:                 0;
}

h6 {
    font-size:              9px;
    font-weight:            bold;
    margin:                 6px 0;
}

p {
    margin:                 11px 0;
}

p:first-letter {
    text-transform:         uppercase;
}

a {	
    color: 					#0078ae;
	text-decoration:		none;
}


img {
    border:                 none;
}

li {
    padding-bottom:         6px;
}

cite {
	margin: 			0px;
 	padding:			0px;
	width:				500px;
	font-size:			12px;
	color:				#666;
	font-family:		Arial, Helvetica, sans-serif;
	font-style:			normal;
	float:				left;
}

/*a:link {
	text-decoration: none;
	border-bottom:1px dashed #ccc;
	color: red;
}
a:visited {
	text-decoration: 	none;
	border-bottom:		1px dashed #ccc;
	color: red;
}
a:hover {
	text-decoration: none;
	border-bottom:1px dashed #ccc;
	color: red;
}
a:active{
	text-decoration: none;
	border-bottom:1px dashed #ccc;
	color: red;
}
*/