/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?7457012');
  src: url('font/fontello.eot?7457012#iefix') format('embedded-opentype'),
       url('font/fontello.woff?7457012') format('woff'),
       url('font/fontello.ttf?7457012') format('truetype'),
       url('font/fontello.svg?7457012#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*Now the CSS*/


ul
{
	
}

body
{
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	color: #000;
}
body a
{
	color: #000;
}

.wrapper
{
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
	border: 2px solid #808080;
	border-radius: 20px;
}
header
{
	overflow: hidden;
	padding: 0.2em 1.5em;
	background-color:#FFCC00;
	border-radius: 9px 9px 0 0;
	-moz-box-shadow: inset 0 0 30px 15px #DE9A01,-5px -5px 10px 8px #888;
-webkit-box-shadow: inset 0 0 30px 15px#DE9A01,-5px -5px 10px 8px#888;
box-shadow: inset 0 0 30px 15px #DE9A01,-5px -5px 10px 8px #888;
}
header h2
{
	display: inline-block;
	font-size: 21px;
	font-weight: 400;
	line-height: 42px;
	

	
	color: #fff;
}
.logo
{
	background:url(images/logo.png)no-repeat;
	text-indent: -9999px;
	float: right;
	height: 47px;
	width: 173px;



}


.content
{
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	min-height: 600px;
	margin-top: 10px;
}

dl
{
	margin-bottom: 40px;
	display: block;
	line-height: 1.3em;
}

dd
{
	text-indent: 30px;
}
dt
{
	margin-bottom: 20px;
}




dt:before
{
	content: '';
	width: 10px;
	height: 10px;
	background-color: #F5BC00;
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
}
dd:before
{
	content: '';
	width: 5px;
	height: 5px;
	background-color: #F5BC00;
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
}


em
{
	font-weight: bold;
	font-size: 0.87em;
}

.emi
{
	font-weight: bold;
	line-height:1.8em;
}


.todo
{
	width: 100%;
}

.foto
{
	overflow: hidden;
	
}
.hide
{
	display: none;
}
#titulo
{
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #F5BC00;
	padding-bottom: 1em;
}
.intro
{
	width: 650px;
	margin: 0 auto;
}

.titi
{
	font-weight:bold;
	color:#999;
	line-height:1.8em;
}

.intro p
{
	

	
	line-height: 1.5em;
	
	
	margin: 0 auto;
	margin-bottom: 1em;

}

.importante
{
	color: #F00;
}
.imagen
{
	text-align: center;
	/*float:left;*/
	
}
img
{
	max-height: 450px;
	margin: 0 auto;
	margin-top: 1px;
	/*margin-left: 50px;*/
	
}

.obl
{
	font-style:oblique;
}

#textFot 
{
	/*float:left;*/
	text-align:center;
	font-size: 0.80em;
	/*margin-left:50px;*/
	margin-top: 20px;
	line-height:1.2em;
	overflow:auto;
	max-height: 450px;
}

.introduccion
{
	margin-top: 3em!important;
}
.introduccion h4
{
	font-style: italic;
	margin-bottom: 2em;
}

.arrows
{
	width: 500px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom:20px;
	overflow: hidden;
}
#prev
{
	float: left;
}

#next
{
	float: right;
}

#prev:before
{
	content: '\e75d \e75d';
	font-family: 'fontello';
	font-size: 3em;
	text-align: center;
	overflow: hidden;
	margin-right: 50px;
	display: inline-block;
	padding: 10px;
	color: #F5BC00;
	text-shadow:1px 1px 3px #5e5e5e;

}


#next:before
{
	content: '\e75e \e75e';
	font-family: 'fontello';
	font-size: 3em;
	text-align: center;
	overflow: hidden;
	margin-right: 50px;
	display: inline-block;
	padding: 10px;
	color: #F5BC00;
	text-shadow:1px 1px 3px #5e5e5e;

}

.foto
{
	
}
#pie
{
	margin-top: 10px;
}

ul {
	list-style:none;
}

li {
	margin-left:30px;
	line-height:18px;
}










