/* CSS Document for Libro de visitas*/


#contenido3 {
       background:#FFFFFF;
       border-style:double;
       border-color:#FF9900;
	   border-width:thick;
       margin:auto;
       width:500px;
       height:auto;
}

#comentario {

          margin:auto;
		  height:auto;
}

#comentario, #comentario input {       

          font-family:Arial;
          font-size:14px;
}

#comentario .campo {

		  margin:5px;
		  height:auto;
          width:450px;
}

#comentario input, #comentario textarea {

          text-align:left;
          width:485px;
		  margin:5px;
		  border:2px;
		  border-style:dashed;
		  border-color:#FF9900;
		  background-color:#FFFFCC;
}
	  
#comentario input, #boton {
	  
          margin:10px;
          width:auto;
		  border:none;
		  text-align:center;
}

.selector {

          background-color:#FFFFCC;
		  border-style:none;
		  margin:10px;
		  text-align:left;
		  font-family:Arial;
          font-size:14px;
}

.ComentarioCaja {
          overflow-y:scroll;
		  margin:10px;
		  height:1250px;
		  border-color:#CCCCCC;
		  border-style:none;
		  border-left-style:solid;
		  border-width:2px;
}

.resultado {
          margin:5px;
		  padding-bottom:30px;
		  border-style:groove;
		  border-width:5px;
		  border-color:#FF9900;
		  background:#FFFFF0;
		  width:auto;
}

.resultado2 {
          margin:6px;
		  background-color:#6699FF;
		  border-style:double;
		  border-color:#0000CC;
		  width:auto;
		  height:auto;
		  font-family:Harlow Solid Italic;
		  font-size:medium;
	      color:#CC0000;
}

.resultado3 {
          margin:14px;
		  background-color:#FFFFFF;
		  border-style:dashed;
		  border-color:#FF9900;
		  width:auto;
		  height:auto;		  
}

.comentarioresultado {
		  text-align:justify;
		  margin-right:15px;
		  margin-left:15px;
		  
}

.comillas {
         background-image:url(Imagenes/Comillas.png);
		 background-repeat:no-repeat;
		 background-position:top left;
		 margin-top:10px;
		 margin-bottom:10px;
}

.comillas2 {
         background-image:url(Imagenes/Comillas.png);
		 background-repeat:no-repeat;
		 background-position:bottom right;
}