@CHARSET "UTF-8";
body
{
	background-color: #a8d0e0;
	/*background-color: #a8d0e0;*/
	font-family: Tahoma;
}
label
{
	float:left;
	margin-right: 5px;
	color: #005BA4;
	font-size:14px;
}
textarea
{
	width: 400px;
	height: 100px;
}
.title
{
	/*height: 30px;*/
	background-color: #eef4f2;
	color: #005BA4;
	text-align: center;
	font-weight: bolder;
	padding: 5px;
}
.title-red
{
	text-align: center;
	font-weight: bolder;
	color:#B70C14;
	background-color: #a8d0e0;
	font-size: 13px;
}
#container
{
	/*background-color: #a8d0e0;*/
	/*background-color: #8db868;*/
	background-color: white;
}
#header
{
	background-color: white;
	text-align: center;
}
#header #header-links a
{
margin-top:10px;
	font-size: 13px;
	color: #005BA4;
	font-weight: bolder;
	text-decoration: none;
}
#center-content, #left-content, #right-content
{
	/*background-color: #a8d0e0;*/
}
.clear
{
	clear: both;
}
#how
{
	margin: 10px 5px;
}
#how-form
{
	position: relative;
}
#how-form .text
{
	border: 2px solid black;
}
#how-form label
{
	float:left;
	width: 160px;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bolder;
	padding-top: 15px;
	margin-left: 15px;
	color: #005ba4;
}
#how-form input#how-text
{
	background-image: url(images/write.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 30px;
	font-family: Tahoma;
	font-size: 15px;
	padding: 10px 3px 3px 35px;
	border: 3px solid #EEEEEE;
	width: 210px;
	float:left;
}
#how-form button#how-form-submit
{
	/*float:left;
	background-color: white;
	border: none;
	padding-top: 5px;*/
}
#how-form-data
{
	position:absolute;
	display: none;
	/*visibility: hidden;*/
	top: 50px;
	background-color: #eef4f2;
	border: 1px solid black;
	width: 425px;
	font-size: 14px;
}
#how-form-data #buttons
{
	text-align: right;
	background-color: #a8d0e0;
	font-size: 13px;
}
#how-form-data #buttons a, #how-form-data #buttons a:visited, #how-form-data a
{
	color: #b70c14;
	text-decoration: none;
	font-weight: bolder;
}
#how-form-data #buttons a
{
	margin: 5px;
}
#how-form-data label
{
	padding: 0;	
}
#how-form-data div
{
	margin: 10px 5px;
}
#how-form-data #login
{
	display: none;
}
#comentarios
{
	clear: both;
	padding-top: 20px;
	/*background-color: #f3f5f6;*/
}
.comentario
{
	margin: 11px;
	background-color: #eef4f2;
	padding: 11px;
	font-family: Arial;
	border: 1px solid #94baca;
}
.comentario .texto, .comentario .texto:visited
{
	text-decoration: none;
	color: black;
	display: block;
	margin: 7px;
}
.comentario .texto:hover
{
	background-color: #a8d0e0;
}
.comentario .autor
{
	text-align: left;
	color: #005ba4;
	font-size: 14px;
}
.comentario .votos
{
	text-align: left;
}
.comentario .votos a, .comentario .votos a span
{
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	color: #b70c14;
}
.comentario .votos a:visited
{
	color: #b70c14;
}
#right-content #login form
{
	margin: 7px;
}
#right-content #login div
{
	margin: 5px;
}
#right-content #login label
{
	width: 90px;
}
#right-content #login input
{
	width: 150px;
}
#right-content #login form #submit
{
	text-align: right;
}
#right-content #login form #rlogin-message
{
	color: red;
	text-align:center;
	font-size: 11px;
}
#right-content #user-info
{
}
#right-content #user-info #user-data
{
	margin: 7px;
	color: #005BA4;
	font-size: 12px;	
}
#right-content #publicidad,#right-content #estadisticas
{
	margin: 5px;
} 
#right-content #estadisticas img
{
	width: 270px;
}
#footer
{
	font-size: 11px;
	text-align: center;
	background-color: #4988a9;
	color: white;
	padding: 5px;
}
#footer #author
{
	font-size: 10px;
	color: white;
}
#footer #author a,#footer #author a:visited
{
	color:white;
	font-weight: bolder;
	text-decoration: none;
} 
/**
 * comentarios.php styles
 */
#comment-form div
{
	margin: 5px;
}
#comment-form label
{
	width: 95px;
}
#comment-form #submit-comment
{
	text-align: center;
}
/**
 * registro.php
 */
#register-form
{
	
}
#register-form div
{
	margin: 5px;
}
#register-form label
{
	float: left;
	width: 165px;
	text-align: left;
}
#register-form #submit
{
	text-align: center;
}
