/* CSS Document */

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

a:hover {
	font-variant:small-caps;
	color: #CC0000;
	text-decoration: underline;
}

a:link{ text-decoration: underline;}
	 
H1 { font-family:Museo, "Trebuchet MS", Helvetica, sans-serif;
font-variant:small-caps;
	font-size: x-large;
}
H2 { font-family:Museo, "Trebuchet MS", Helvetica, sans-serif; font-size: large; font-weight:bold}
H3 {
	font-size: small;
	font-weight: bold;
	font-family: Museo, "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
}
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;
}

.cita_textual {
	margin: 0em;
	border-right-width: 0.5em;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/quotation-mark_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-color: #fd8f9d;
	text-align: justify;
	text-indent: 55px;
	padding-top: inherit;
	padding-right: 10px;
	padding-bottom: inherit;
	padding-left: 80px;
}

.videos {
	margin: 0em;
	border-right-width: 0.5em;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/pantallita.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-color: #fd8f9d;
	text-align: right;
	text-indent: 70px;
	padding-top: inherit;
	padding-right: 35px;
	padding-bottom: inherit;
	padding-left: 80px;
}

.imagen {
	padding: 4px;
	border: 1px #f03b8c;
	background-color: #F03B8C;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px;
}

