@charset "utf-8";

h1 {

}

h2 {
	font-weight:bold;
	font-size:3em;
	color:#242424;
	margin:0.5em 0 0 0;	
}

h3 {
	color:#64c4d8;
	font-weight:bold;
	margin:0.6em 0;
	font-size:1.6em;
}

h4 {
	font-weight:bold;
	margin:2em 0 0 0;
	font-size:1.3em;
}


hr.red {
	background-color:#FF0000;
	color:#FF0000;
	border:0;
	height:3px;
	margin:20px 0 10px 0;
}

hr.dotted {
/*	background:url(../images/hr_bg_dotted.gif);*/
	border:0;
	border-bottom:1px dotted #FF0000;
	height:1px;
	margin:20px 0 20px 0;
}


p {
	margin:1em 0;
}


ul {
	
}

li {
	margin:1em 0;
	padding-left:1.5em;	
	background:url(../images/bullet.gif) no-repeat 0.1em 0.5em;
}

a {
	color:#ff2b06;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


a.button {
	background:url(../images/button.jpg) 0 -108px;
	display:block;
	height:27px;
	padding:9px 0pt 0pt 10px;
	width:185px;
}

a.button:hover {
	background:url(../images/button.jpg);
}

a.more {
	background:url(../images/arrow.gif) no-repeat 1px 5px;
	padding-left:10px;
}

strong {
	font-weight:bold;
	color:#000;
}

table {
	width:100%;
	margin:10px 0;
}

/*td {
	padding:8px 10px;
	color:#666;
	font-family:Cambria,Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	border-bottom:1px solid #e6e6e6;
	font-variant:small-caps;
}*/

td {
	color:#666;
	padding:4px;		
	border-bottom:1px solid #e6e6e6;
}

th {
	font-size:1.1em;
	font-weight:bold;
	padding:4px;	
	color:#111;
	border-bottom:1px solid #999;
}

tr.par td {
	background:#f8f8f8;
}

.imgtip {
	position:relative;
	color:#FFF;
	padding:0 10px 0 0;
	margin:0;
}

.imgtip img{
	float:left;
	background:#FFF;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
}

.imgtip strong{
	font-size:1.1em;
	font-weight:bold;
	color:#FFF;
}

.imgtip p {
	padding:10px 10px 0 0;
	margin:0;	
}

.caja_marcos{ 
	width:100%; 
	height:100%; 
	background:#64c4d8;
}
.imglogo{
	width: 250px;
	margin-right: 10px;
	float: right;
}