/*
* CSS DE ELEMEMNTOS HTML  
*/

/* IE6 FIXES

/* Png Fix 
img, div, a, input { 
	behavior: url(../iepngfix.htc);
}
*/
/* Layout reset */
* { margin: 0; padding: 0; }

/* body 
--------------------------- */
body
{
	background-color:#fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans- serif;
	font-size:12px;
	color:#6d6e71;
}

iframe {
	border:0;
}

/* encabezados 
--------------------------- */

h1 {
    font-size: 16px;
}

h3 {
    font-size: 12px;
}

/* links 
--------------------------- */

/** link general **/

a:link, a:visited
{
	color:#0063a9;
	text-decoration:none;
	font-weight:bold;
}

a:hover,
a:focus
{
	text-decoration:underline;
}

a:active
{
	text-decoration:none;
	font-weight:bold;
}

/* elementos: block
--------------------------- */

p {
	padding: 0.7em 0;
}

/* listas
--------------------------- */
  
/* indentación de items estandarizada */
ul, ol {
	margin-left: 0;
    padding-left: 2em;
}

/* imagenes
---------------------------------- */

img {
	border: 0;
}

/* reglaas horizantes
---------------------------------- */

hr {
	height: 1px;
	border: 1px solid #666;
}

/* formularios
---------------------------------- */

form {
	margin: 0;
	padding: 0;
}

form input.caja-texto, form input.caja-texto-mediano {
	width:310px;
	border:#a7a9ac 1px solid;
	background:#fff url(../images/fondo-cajas.gif) repeat-x left top;
}

form input.caja-texto-mediano {
	width:155px;
}

form textarea {
	width:310px;
	height:100px;
	border:#a7a9ac 1px solid;
	background:#fff url(../images/fondo-cajas.gif) repeat-x left top;
}

form input.caja-check {
	vertical-align:bottom;
}

/* formulario comentario
---------------------------------- */

#pagina-comentario {
	width:330px;
}

#pagina-comentario form label {
	display:block;
	margin-top:15px;
}

#pagina-comentario  #recuadro-privacidad {
	position:relative;
	width:286px;
	padding:12px;
	margin:15px 0 8px;
	border:#a7a9ac 1px solid;
}

#pagina-comentario #aceptacion {
	position:relative;
	line-height:11px;
}

#control-spam {
	position:relative;
	padding-bottom:11px;
	border-bottom:#999 1px solid;
}

#captcha-imagen {
	width:80px;
	height:60px;
	margin:15px 15px 0 0;
	text-align:center;
	background: url(../images/lytebox/fondo_captcha.gif) no-repeat 0 18px;
}

#captcha-imagen img {
	margin-top:10px;
}
