html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, strong, ul, li, article, footer, header, nav, section, td{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Yellowtail', cursive;
}

article, footer, header, nav, section {
    display: block
}

body{
	background-image: url(../imagenes/fondo.gif);
	background-repeat: repeat-y;
	width: 100%;
	min-width: 1200px;
}

header ul, header li, #postit ul, #postit li,nav ul, nav li, footer ul, footer li { 
    margin: 0; 
    list-style: none; 
    list-style-image: none;
    text-decoration: none;
}

header{
	width: 100%;
	height: 100px;
}

#general{
    display: block;
    margin: 0 auto; 
    clear: both;
    position: relative;
    width: 1000px;
}

.logo{
    width: 500px;
    height: 71px;
    float: left;
    background: transparent url(../imagenes/logo.gif) no-repeat 0 0;
    text-indent: -9999px;
    margin: 15px 0px;
}

#enlaces{
	width: 500px;
	float: right;
	height: 71px;
	margin: 15px 0px;
}

.boton{
	display: inline;
	float: left;
	margin: 0px 12px;
}

#principal{
		width: 100%;
	height: 50px;
	position: relative;
	font-size: 26px;
}

#principal a{
	text-decoration: none;
	color: #0D0D0D;
}

.subrayar{
	width: 100%;
	height: 50px;
	background: transparent;
}

.subrayar:hover{
	background-image: url('../imagenes/subrayado.png');
	background-position: center;
	background-repeat: no-repeat;
}

#principal ul li {
    clear: right;
    float: left;
    margin: 10px 15px;
}

.menu{
	display: inline;
	margin: 10px 10px;
}

#imagenes{
	position: relative;
	width: 100%;
	height: 40px;
	display: block;
	clear: both;
}

#postit{
	position: relative;
	float: left;
	display: inline;
	background-image: url(../imagenes/postit.png);
	background-repeat: no-repeat;
	width: 400px;
	height: 391px;
}

#postit ul{
	padding: 100px 70px;
	font-size: 22px;
}

#tele{
	position: relative;
	display: inline;
	float: right;
	width: 500px;
	height: 479px;
	background-image: url(../imagenes/tele.png);
}

#video{
	position: absolute;
	top: 150px;
	left: 55px;
}

#texto{
	top: 10px;
	position: relative;
	width: 100%;
	float: none;
	clear: both;
	font-size: 20px;
	text-indent: 10px;
}

footer{
	position: relative;
	color: #A67911;
	text-align: right;
	display: block;
	float: none;
	clear: both;
	top: 20px;
}

.mini{
	vertical-align: baseline;
}

footer a{
	text-decoration: none;
	color: #A67911;
}

input, textarea{
	font-family: 'Yellowtail', cursive;
	background-color: #99EBFF;
}

#texto h2{
	font-size: 30px;
	text-align: center;
	color: #F1AF19;
}

#texto td{
	vertical-align: top;
}

.ejemplo{
	width: 320px;
	padding: 5px 0px;
	min-height: 400px;
	height: auto;
	display: inline;
	float: left;
	position: relative;
	margin: 5px 1px;
	left: 0px;
	font-size: 16px;
	text-align: justify;
	background-color: rgba(153,235,255,0.8);
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.ejemplo p{
	padding: 2px 10px;
	text-indent: 10px;
}

.chincheta{
	position: absolute;
	top: -25px;
	left: 150px;
}

.ejemplo img{
	z-index: 20;
}