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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
        outline: 0;
}
body {
        line-height: 1;
        color: black;
        background: white;
}
ol, ul {
        list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: separate;
        border-spacing: 0;
}
caption, th, td {
        text-align: left;
        font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}

/******************************************* close reset *******************************************/

* {
	font-family: Arial;
}

a {
	text-decoration: none;
	color: #8b9f23;
	font-family:Arial, Courier New, verdana,  helvetica, sans-serif;
	
}
a:hover {
	color: #E53389;
}

body {
	background-color: #FFFFFF;
	background-image: url(img/fondoblog.jpg);
	background-repeat: repeat-x;
	
}

#todo {
	width: 900px;
	min-height: 1600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border: 1px solid #666;
	box-shadow: 0px 0px 10px #333333;
	border-radius: 20px 20px 20px 20px;
	-moz-box-shadow: 0px 0px 10px #333333;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-box-shadow: 0px 0px 10px #333333;
	-webkit-border-radius: 20px 20px 20px 20px;
	margin-bottom: 50px;
	background-color: #fff;
}

#top {
	float: right;
	margin-right: 110px;
	margin-top: 25px;

}

#top-share {
	margin-left: 110px;
	margin-top: 25px;
	
	float: left;
}

#encabezado {
	clear: both;
	margin-bottom: 10px;
	margin-top: 0px;
	height: 240px;
	border-radius: 20px 20px 0px 0px;
}

#logo {
	text-align: center;
	background-color: #666666;
	border: 1px solid #666;
	border-radius: 20px 20px 0px 0px;
	height: 180px;
}

#contenido {
	width: 680px;
	min-height: 1400px;
	margin-left: auto;
	margin-right: auto;
	

}

#flash {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	
}

#destacado {
	background-color: #FFFFFF;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-bottom: 20px;
}

#destacado:hover a {
	color: #E53389;
}

#destacado h2, #destacado a {
	color: #666666;
	padding: 10px;
	margin: 0px;
}

#feedControl {
	margin-top : 20px;
	margin-left: auto;
	margin-right: auto;
	width : 680px;
	font-size: 16px;
	color: #9CADD0;
	float: right;
	margin-bottom: 20px;
}

#contenido2 {
	width: 680px;
	min-height: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}


.minix {
	width: 320px;
	height: 320px;
	float: left;
	padding: 5px;
	
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	
}
.minix:hover {
	cursor: default;
	background-color: #999999;
}
.minix img{
	float: left;
	margin: 10px;	
	}

.minixd {
	width: 320px;
	height: 320px;
	
	float: right;
	padding: 5px;
	
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	
}
.minixd:hover {
	cursor: default;
	background-color: #999999;		
}
.minixd img{
	float: left;
	margin: 10px;	
	}

.mini {
	width: 298px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding: 20px;
	text-align: justify;
}

.mini:hover {
	background-color: #FAFAFA;
	cursor: default;
}

.mini img{
	float: left;
	margin-right: 10px;
}

.mini p{
	float: left;
	margin: 0px;
	width: 220px;
}

#networks {
	background-image: url(img/compartirserrado.png);
	background-repeat: no-repeat;
	position: fixed;
	top:140px;
	left: 0px;
	width: 35px;
	height: 146px;
	clear: both;
}

#networks:hover {
	background-image: url(img/compartirabierto.png);
	background-repeat: no-repeat;
	position: fixed;
	top: 140px;
	right: 20px;
	width: 191px;
	height: 146px;
	cursor: pointer;
}

#networks a {
	position: absolute;
	right: 4000px;
}

#networks:hover a {
	display: block;
	position: relative;
	right: -20px;
	top: 16px;
	margin-bottom: 13px;
}

#pie {
	padding-bottom: 20px;
	text-align: center;
	color: #FFFFFF;
}

#pie h2 {
	color: #666;
}

p {
	font-size: 14px;
	color: #666666;
	font-family:Helvetica, Arial, Courier New, verdana;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: justify;
}

h1 {
	font-size: 36px;
	color: #666666;
	font-family:Helvetica, Arial, Courier New, verdana;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}

h2 {
	font-size: 28px;
	color: #666;
	font-family:Helvetica, Arial, Courier New, verdana;
	text-align: center;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

h3 {
	font-size: 16px;
	color: #666;
	font-family:Helvetica, Arial, Courier New, verdana;
	text-align: center;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

h4 {
	font-size: 16px;
	color: #666;
	font-family:Helvetica, Arial, Courier New, verdana;
	text-align: center;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

copy {
	font-size: 12px;
	margin: 40px 30px 40px 30px;
	color: #666666;
	background: #000000;
}

#copyright {
	text-align: center;
	margin-bottom: 50px;
	font-family: Arial, verdana, helvetica, sans-serif;
	color: #CCCCCC;	
}
