/* CSS Document */
/*
Colores:
rojo: a12d16
amarillo: fdf5b0
gris: 2b271d

*/
body {
  scrollbar-face-color: #eca256;
  scrollbar-track-color: #fdf5b0;
  /*scrollbar-highlight-color: #fdf5b0;
  scrollbar-shadow-color: #fdf5b0;
  scrollbar-3dlight-color: #fdf5b0;
  scrollbar-arrow-color: #fdf5b0;
  
  scrollbar-darkshadow-color: #fdf5b0; */
  
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;  
}

hr {
  border-style: dashed;
  color: #000;
  text-align: center;
  width: 60%;
}

#pagina {
	position: absolute;
	/*margin-top: -350px;
	margin-left: -388px;
	left: 50%;*/
/*	width: 743px;
	height: 500px; */
	visibility: visible;*/
	}

#content1 {
  color: #a12d16;
  text-align: center;
  font-family:tahoma;
  font-style: italic;
  font-size:23px;
}

#content2 {
  /*margin: 0px 0 0 0;
  padding: 0px 0 0 0;*/
  font-family:tahoma;
  font-size:12px;
  font-weight:bold;
  direction:ltr;
  text-align:left;
  padding-left:20px; 
}

.texto {
  font-family: "trebuchet MS", arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  text-align:right;
  padding-right: 20px;
}

.blogtitle {
  font-family: "trebuchet MS", arial, helvetica, sans-serif;
  text-decoration: underline;
  text-transform: capitalize;
  font-size:14px;
  font-weight:bold;
}

.blogbody {
  text-align:center;
  font-family: "trebuchet MS", arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
}

.comment {
  border: 1px solid #aaa;
  border-style: dashed;
  margin: 25px 0 0 0;
  padding: 10px 10 10 10;
  width: 80%;
  background:#eee;
}

.commenttitle {
  text-align:right;
  font-family:  "trebuchet MS", arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  font-style: italic;
  text-decoration: underline;
}

.commentcontent {
  text-align:center;
  font-family:  "trebuchet MS", arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
}

.copyright {
  color: #888888;
  font-family:tahoma;
  font-size:10px;
  font-weight:normal;
}

input, textarea, select{font-family: "trebuchet MS", arial, helvetica, sans-serif; font-size: 0.75em; margin-bottom: 0.4em;}
.bar fieldset{padding:0;}
#content2 input, #content2 textarea{border: 1px solid #CCC; background: #FFF url(../form.gif) 0px -3px repeat-x scroll; padding: 0.3em;margin-left:12px;}
#content2 textarea{background: #FFF url(../frm_ta.gif) 0px -8px repeat-x scroll; overflow: auto;}
#content2 input:hover, #content2 textarea:hover,
#content2 input:focus, #content2 textarea:focus{border-color: #AAA; background-position: 0px -5px;}
#content2 textarea:hover, #content2 textarea:focus{background-position: 0px -14px;}


