*{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.clearfix{
	float: none;
	clear: both;
}

#global{
	width: 80%;
	margin: 0px auto;
	margin-top: 30px;
	padding: 25px;
	background: white;
	box-shadow: 0px 0px 10px white;
}

#logo{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	letter-spacing: 4px;
	border-color: #ceb7c0;
	border-style: inset;
	padding-left: 0px;
	margin-right: 250px;
	margin-bottom: 20px;
	text-align: center;
	width: 385px;
	float: left;
	line-height: 75px;
	text-transform: uppercase;	
}

#menu{
	font-family: Tahoma, Geneva, sans-serif;
	background: url('fondo.jpg');
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 20px;
	border-style: inset;
}

#menu ul{
	line-height: 46px;
	list-style: none;
}

#menu ul li{
	height: 46px;
	display: inline-block;
	transition: all 300ms;
}

#menu a{
	display: block;
	color:#FFF;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 30px;
}

#posts{
	width: 60%;
	float: left;
	font-family: "Times New Roman", Times, serif;
}

.post{
	padding: 7px;
	margin-bottom: 70px;
}

.post h1{
	font-size: 55px;
	color: #000;
}

.post h2{
	font-size: 40px;
	color:#50649b;
}

.post .date{
	display: block;
	color: #AD9393;
	margin-top:5px;
}

.post p{
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 22px;
	text-align: justify;
}

.button-more{
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 15px;
	color: white;
	text-decoration: none;
	margin-top: 10px;
	width: 70px;
	margin-bottom: 20px;
}

#sidebar{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 31%;
	float: right;
}

#sidebar h4{
	margin-top: 50px;
	margin-bottom:20px;
	text-align: center;
	line-height: 25px;
	color:white;
	background: #A7B3E6;
	background: url("lines.png") repeat-x;
}

#sidebar h4 span{
	background: #A7B3E6;
	padding: 5px;
}

#sidebar img{
	width: 100%;
}

#sidebar p{
	font-size: 15px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

form input[type="text"],
form input[type="password"],
form input[type="email"]{
	padding: 5px;
	border-radius: 2px;
	border:1px solid #A7B3E6;
	width: 80%;
	margin-bottom: 10px;
	margin-top: 5px;
}

form input[type="submit"]{
	background: #E7EBFF;
	padding: 10px;
	border: 1px solid #A7B3E6;
	color: #333;
	cursor: pointer;
}

footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:white;
	height: 47px;
	background: rgba(51, 51, 51, 0.70);
	margin:0px auto;
	width: 65%;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 50px;
	line-height: 47px;
}

.bx-wrapper, .bx-viewport {
	height: 250px !important;
}

#selector-theme{
	position: fixed;
	top:40%;
	background: rgba(51, 51, 51, 0.5);
	width: 50px;
	height: 100px;
}

#to-green,
#to-red,
#to-blue{
	width: 25px;
	height: 25px;
	border: 1px solid white;
	display: block;
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

#to-green{
	background: url(1.jpg);
}

#to-red{
	background: url(2.jpg);
}

#to-blue{
	background: url(3.jpg);
}


.subir{
	color: white;
	text-decoration: none;
	display: block;
	float:right;
}

#box{
	width: 60%;
	float: left;
	margin-top:40px;
}

#acordeon{
	margin-top: 20px;
}

#reloj{
	font-size: 40px;
	font-weight: bold;
	font-family: Helvetica, Arial;
	color: #333;
	border: 5px dashed #333;
	width: 30%;
	padding: 30px;
	margin: 0px auto;
}

#form_contact{
	width: 50%;
	margin-top: 15px;
	font-family: Helvetica, Arial;
}

#form_contact label{
	display: block;
	width: 100%;
	margin-top: 5px;
}

.form-error{
   /* float: right; */
    font-size: 11px;
    background: red;
    color: white;
    padding: 10px;
    width: 100%;	
}
