/* ver. 0004 */

* {
	margin: 0px;
    padding: 0px;  
	}
	
div#container {
    background-color: #ffffff;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
	padding: 0px;
}

div#header {
	margin-left: 0px;
	width: 100%;
	height: 80px;
	}

/* =============================== */

div#menu {
	width: 98%;
	margin: 0px auto;
	padding-bottom: 5px;
	} 

ul#navmenu {
	list-style-type: none;
	font-size: 16px;
    padding-top: 0px;
	padding-bottom: 50px;
    width: 260px;
    margin: 0px auto;
    }
	
ul#navmenu li {
	width: 75px;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 4px;
	}
	
ul#navmenu a {
	text-decoration: none;
	display: block;
	width: 75px;
	height: 25px;
	line-height: 25px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #454545;
	}

ul#navmenu li:hover a {
	background-color: transparent;
	border: 1px solid #454545;
	}
	
ul#navmenu li.left {
width: 31px;
margin-right: 6px;
}

ul#navmenu li.left a {
width: 31px;
padding-right: 4px;
}

ul#navmenu li.right { 
width: 35px;
}

ul#navmenu li.right a {
width: 35px;
}

/* =============================== */
		
div#center {
position: relative;
display: block;
width: 402px;
min-height: 350px;
line-height: 1.5;
margin: 0px auto;
margin-bottom: 20px;

}

p#title {
display: block;
width: 50%;
margin: 0px auto;
text-align: center;
padding-bottom: 10px;
}

p#sonnet {
display: block;
width: 86%;
float: right;
}

p#sonnet2 {
display: block;
width: 86%;
float: right;
font-family: ariel, sans-serif;
font-size: 14px;	
}

p#sonnet3 {
display: block;
width: 86%;
float: right;
margin-bottom: 20px;	
}

figure#half {
display: block;
height: 75px;
width: 50px;
position: absolute; top:35px; left:-2px;
}

figure#right {
display: block;
height: 300px;
width: 300px;
position: absolute; top:32px; left:385px;
}

div#comentarios {
width: 70%;
margin: 0px auto;
min-height: 5px;
text-indent: 3em;
line-height: 1.5;
padding: 3px 30px;
}

p#par1 {
text-indent: 3em;
padding-bottom: 6px;
}

p#par2 {
text-indent: 3em;
padding-bottom: 6px;
}

p#par3 {
text-indent: 3em;
padding-bottom: 6px;
}

p#par4 {
text-indent: 3em;
padding-bottom: 6px;
}

p#par6 {  /* === Soneto 66 ajuste === */
text-indent: 3em;
padding-bottom: 0px; 
}

p#par7 {  /* === Soneto 66 ajuste === */
text-indent: 0em;
font-size: 11px;
}

ul#bullets {
list-style-type: none;
text-indent: 0;
padding-left: 65px;
padding-bottom: 6px;
}

figure#down {
display: none;
height: 300px;
width: 300px;
margin: 0px auto;
margin-top: 20px;
}

div#footer {
margin-left: 0px;
width: 100%;
min-height: 80px;
margin-top: 20px;
}

p#derechos {
padding: 4px;
font-family: verdana, arial, sans-serif;
font-size: 12px;
}

/* ====social media buttons==== */

#share-buttons ul.share {
height: 45px;
margin-bottom: 30px;
display: block;
}

#share-buttons ul li .f{
	display: block;
}

#share-buttons ul li .t{
	display: block;
}

#share-buttons ul li .g{
	display: block;
}

#share-buttons ul li .m{
	display: block;
}

#share-buttons ul li .w{
	display: block;
}

li {
list-style-type: none;
}

li img {
margin: 0px auto;
display: block;
float: left;
text-decoration: none;
margin-left: 5px;
border-radius: 7px;
}

li img:hover {
background-color: #999999; 
}

#comparte {
background-color: transparent;
height: 15px;
font-size: 12px;
margin: 0px auto;
color: #454545;
text-align: left;
padding-left: 7px;
padding-bottom: 3px;
}

/* =============================== */

@media screen and (max-width: 1000px) {
	figure#down {
	display: block;
	}
	figure#right {
	display: none;
	}
}

@media screen and (max-width: 425px) {
div#container {
    font-family: arial, sans-serif;
    font-size: 14px;
	}
	
#comparte {
    font-family: verdana, arial, sans-serif;
}	
	
ul#navmenu {
	list-style-type: none;
	font-size: 16px;
    padding-top: 0px;
	padding-bottom: 100px;
    width: 245px;
    margin: 0px auto;
    }
	
ul#navmenu li {
	width: 70px;
	}
	
ul#navmenu a {
	width: 70px;
	height: 25px;
	line-height: 25px;
	}
	
figure#half {
	position: absolute; top: -40px; left: 15px;
	}

div#center {
	width: 325px;
	margin: 0px;
	margin-bottom: 20px;
}

p#sonnet {
	width: 290px;
}

p#sonnet2 {
	display: block;
	width: 290px;
	float: right;
	font-size: 13px;	
}

p#sonnet3 {
	display: block;
	width: 290px;
	float: right;
	margin-bottom: 20px;
}
	
div#comentarios {
	padding: 5px 5px;
	width: 90%;
	}
}
