/* ---------------------------------------------------
	Reseteo
------------------------------------------------------ */
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,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
html, body {
	height: 100%;
	width: 100%;
}
ol,ul {
	list-style: none;
}
a img, :link img, :visited img {
	border:none
}
/* ---------------------------------------------------
	Estilos Generales
------------------------------------------------------ */
body {
	background: #4bbee5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
span {
display: none;
}
a {
	font-weight: bold;
	color: #29809E;
}
a:hover {
	color: #000000;
}
p {
	line-height: 17px;
}

h1 {
}
h1  {
	
}
h1 img {
	margin-top: 20px;
	margin-left: 30px;
}
h2 {
	font-size: 36px;
	padding-top: 5px;
}
h3.feed {
	font-size: 17px;
	padding-left: 8px;
	background: #59c4e8;
	padding-top: 2px;
	padding-bottom: 2px;
}
h3 a {
	color: #FFFFFF;

}
h3 a:hover {
	color: #28809E;
}

h4 {
	margin-bottom: 5px;
	margin-top: 5px;
	background: #28809e;
	padding-top: 5px;
	padding-bottom: 5px;
}
h4 a {
	font-size: 24px;
	padding-left: 8px;
	color: #FFFFFF;
	text-decoration: none;
}
h4 a:hover {
	color: #59C4E8;
}

a.date  {
	padding-left: 8px;
	color: #FFFFFF;
	display: block;
	margin-top: 5px;
}
a:hover .date  {
	padding-left: 8px;
	margin-top: 5px;
	color: #333333;
}
.entry {
}
/* ---------------------------------------------------
	Cabecera
------------------------------------------------------ */
#top {
	background: #36a1c6;
	height: 127px;
	margin-top: 25px;
}
.mini {
	bottom: -4px;
	position: relative;
}

#top .flotar {
	float: right;
	margin-right: 15px;
}
/* ---------------------------------------------------
	Central
------------------------------------------------------ */
#central {
	height: 270px;
	margin-top: 30px;
}
#central p {
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-left: 5px;
}
#central a {
	font-weight: bold;
	color: #FFFFFF;
}
#central a:hover {
	color: #4BBEE5;
}
.box-izquierda {
	background: url(img/box.jpg) no-repeat;
	height: 237px;
	width: 387px;
	float: left;
	margin-left:60px;
	padding: 10px 20px 10px 10px;
}
.box-derecha {
	background: url(img/box.jpg) no-repeat;
	height: 237px;
	width: 392px;
	float: right;
	margin-right:70px;
	padding: 10px;
}
/* ---------------------------------------------------
	Formulario
------------------------------------------------------ */
#formulario {
	width: 380px;
}
label {
	display: block;
	width: 60px;
	float: left;

}
label {
	text-align: right;

}
input:focus, textarea:focus { 
 background:#66CCFF; 
}  
#enviar {
	background: url(img/enviar.jpg);
	width:115px;
	height:22px;
	padding:2px 5px;
	cursor:pointer;
	border:none;
	float:right;
	padding-top:-5px;
}
/* ---------------------------------------------------
	Barra Lateral
------------------------------------------------------ */
.sidebar {
	position: absolute;
	top: 502px;
	right: 0px;
	width: 250px;
	margin-left: 0px;
	margin-right: 35px;
	padding-right: 0px;
	padding-left: 0px;
	background: #29809E;
	padding-bottom: 10px;
}
.widget {
	padding-left: 8px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.sidebar h2 {
	background: #59C4E8;
}
.sidebar h2 img {
	padding-left: 15px;
}
.sidebar ul {
	padding-left: 35px;
	padding-top: 10px;
}
.sidebar ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.sidebar ul li a:hover {
	color: #00CCFF;
}
.sidebar ul li.titulo {
	font-size: 14px;
	font-weight: bold;
	color: #59C4E8;
	padding-bottom: 10px;
}
.sidebar .update {
	padding-top: 10px;
	padding-bottom: 10px;
}
.sidebar .update p {
	padding-left: 35px;
	padding-top: 10px;
	color: #FFFFFF;
}
/* ---------------------------------------------------
	Posts
------------------------------------------------------ */
#posts {
	background: #36a1c6;
}
.daygroup {
	width: 650px;
	margin-left: 35px;
}
.daygroup h2 {
	padding-bottom: 10px;
}
.content {
	background: #FFFFFF;
	padding: 8px;
}
.content p {
	margin-bottom: 8px;
	line-height: 19px;
}
.entry {
	padding-bottom: 30px;
}
/* ---------------------------------------------------
	Pie
------------------------------------------------------ */
p.flechas {
	padding-bottom: 10px;
	display: block;
}
#pie {
	height: 30px;
	background: #4BBEE5;
	padding-top: 5px;
}
#pie a {
	font-weight: bold;
	color: #28809E;
}
#pie a:hover {
	color: #FFFFFF;
}

#pie li {
	float: left;
	padding-left: 40px;
}
#pie ul li.contacto a {
	margin-top: 1px;
	background: url(img/contacto_pie.jpg) no-repeat;
	display: block;
	width: 108px;
	height: 25px;
}
#pie ul li.contacto a:hover {
	background: url(img/contacto_pie_hover.jpg) no-repeat;
}
#pie ul li.ayuda a {
	padding-left: 10px;
	background: url(img/ayuda_pie.jpg) no-repeat;
	display: block;
	width: 75px;
	height: 25px;
}
#pie ul li.ayuda a:hover  {
	padding-left: 10px;
	background: url(img/ayuda_pie_hover.jpg) no-repeat;
}
#pie ul li.sumarse a {
	background: url(img/sumarse_pie.jpg) no-repeat;
	display: block;
	width: 258px;
	height: 25px;
}
#pie ul li.sumarse a:hover {
	background: url(img/sumarse_pie_hover.jpg) no-repeat;
}
