/* CSS Document */

* {
	font-family:"Helvetica" , sans-serif;
	font-size: medium;
	letter-spacing: normal;
	line-height: inherit;
	color: #651519;
	}
p { text-indent: 1.5em;}

a:link{ text-decoration: underline; font-size: medium;
	font-weight: bold; color: #651519;
	font-family: Museo, "Trebuchet MS", Helvetica, sans-serif}
	
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
	 
H1 {
	font-family:Museo, "Trebuchet MS", Helvetica, sans-serif;
	font-variant:small-caps;
	font-size: x-large;
	text-align: left;	 
}
H2 { font-family:Museo, "Trebuchet MS", Helvetica, sans-serif; font-size: large; font-weight:bold}

H3 {
	font-size: medium;
	font-weight: bold;
	font-family: Museo, "Trebuchet MS", Helvetica, sans-serif;
}

H4 {
	font-size: small;
	font-family: Museo, "Trebuchet MS", Helvetica, sans-serif;
}

H5 {
	font-size: x-small;
	font-family: Museo, "Trebuchet MS", Helvetica, sans-serif;
}
H6 {
	font-size: xx-small;
	font-family: Museo, "Trebuchet MS", Helvetica, sans-serif;
}

ul {
	list-style-position:inside;
	list-style-type: disc;
}

.imagen {
	float: left;
	padding: 2px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 2px #651519;
	background-color: #FFFFFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px;
}

.recuadro_salidas {
	height: 105px;
	width: auto;
	border-bottom-color: 651519;
	background-color: #F5B3BB;
	word-spacing: normal;
	line-height: 1.5em;
	letter-spacing: normal;
	padding: 3px;
	font-size: 90%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.recuadro_salidas_2 {
	height: auto;
	width: auto;
	border-bottom-color: 651519;
	background-color: #FDF1F2;
	word-spacing: normal;
	line-height: 1em;
	letter-spacing: normal;
	text-indent: 0px;
	font-size: 90%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.simillink {
	text-decoration:underline;
	font-family: Museo, "Trebuchet MS", Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
}
 
