/* CSS Document © 2006 Miguel Angel Sánchez Rubio www.xtencil.com */

/* Style for Comments */
.comments {
	padding:0em;
	margin: 3em 0em;
}
.comments .box { background: #f9f9f9; border: 1px solid #dadada; padding: 14px 20px; margin: 0; position: relative; }
.box .flecha { display: block; position: absolute; bottom: -17px; left: 20px; background: url(../img/flecha.gif) no-repeat left top; width: 29px; height: 17px; }
.comments .mycomment { border: 1px solid #ffea5f; background: #fffdd5; position: relative; margin: 0; padding: 14px 20px; color: black; }
.mycomment .flecha { display: block; position: absolute; bottom: -17px; left: 20px; background: url(../img/flecha-destacado.gif) no-repeat left top; width: 29px; height: 17px; }
.infocomment { color:#777; margin: 18px 0 22px 0; }

#comment-form-reply { font-weight: bold; padding-top: 0px; margin-top: -10px; }

.autor {
	color:#990000;
	background-image: url(../img/icons/comment.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
	text-transform: capitalize;
}
.autor a{
	font-weight: bold;
	border-bottom-style: none !important;
	color:#FF6600 !important;
	padding:0px;
}
.autor a:hover {
	background-color: #FFFFFF !important;
	border-bottom-style: none;
	color:#990000 !important;
        background-image: none !important;
}
.date {
	color:#666;
	background-image: url(../img/icons/date.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: normal;
	text-transform: none;
}
.addcomment {
	background-image: url(../img/icons/comment_add.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.responder {
	background-image: url(../img/icons/comment_add.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: normal;
	text-transform: none;
}
.user {
	color:#990000;
	background-image: url(../img/icons/user.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
	text-transform: capitalize;
}
.print {
	background-image: url(../img/icons/printer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.send2friend {
	background-image: url(../img/icons/world.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.trackback {
	background-image: url(../img/icons/transmit.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.feed {
	background-image: url(../img/icons/feed.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.info {
	background-image: url(../img/icons/information.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.link {
	background-image: url(../img/icons/link.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.xtencil {
	background-image: url(../img/icons/xtencil.gif);
	background-repeat: no-repeat;
	background-position: left center;
   padding-left: 20px; margin-left: 8px; padding-bottom:2px; padding-top:2px;
}
.addcomment, .print, .send2friend, .trackback, .feed, .info, .link, .user {padding-left: 20px;}
.addcomment a, .print a, .send2friend a, .trackback a, .feed a, .info a, .link a, .user a {
	font-weight: bold;
	border-bottom-style: none !important;
	color:#FF6600 !important;
	padding:0px;
}
.addcomment a:hover, .print a:hover, .send2friend a:hover, .trackback a:hover, .feed a:hover, .info a:hover, .link a:hover, .user a:hover {
	background-color: #FFFFFF !important;
	border-bottom-style: none;
	color:#990000 !important;
        background-image: none !important;
}

/* Style for Comments Form */

form {
	margin:0em;
	padding:0em;
}
fieldset {
	margin:0em;
	padding:0em;
	border: none;
}
fieldset div {
	width:30em; /* Width for modern browsers */
	border:none;
	padding:0em;
	margin: 0em 0em 1em;
}

* html fieldset div {
	width:30em; /* Width for IE5 */
	w\idth:30em; /* Width for IE6 */
}

fieldset div input {
	width:30em; /* Width for modern browsers */
	border:1px solid #CCC;
	padding:0.2em;
}

* html fieldset div input {
	width:30em; /* Width for IE5 */
	w\idth:30em; /* Width for IE6 */
}
fieldset div br {
	display:none;
}
label {
	font-size:0.8em;
	color: #666666;
	margin: 0em;
	padding: 0em 6em 0em 0em;
}
legend {
	display: none;
}
input {
	font-size:0.8em;
	background:#F5F5F5;
	margin:5px auto 5px auto;
	border:1px solid #CCCCCC;
	color: #333;
}
input#selfcopy {
	width:14px;
	margin:0px 5px 0 0;
	float:left;
}
input#sendEmail {
	width:150px;
	border:1px solid #CCC;
	padding:0.25em;
	background-color:#F5F5F5;
	margin:12px 80px 5px 0px;
	color:#333;
	font-weight:bold;
}
input#sendEmail:hover {
	background-color:#990000;
	background-image: url(../img/gradient-cat.jpg);
	background-repeat: repeat-x;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	color: #FFFFFF;
}
.check {
	border:none;
	height: 13px;
	width: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.check-buttons {
	margin-right: 1em;padding:0em;
}
textarea {
	padding:0.5em;
	font-size:1em;
	border:1px solid #CCC;
	width:35em;
	height:14em;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.5em;
	background-color: #F5F5F5;
}
input:hover, textarea:hover, .searchbox:hover {
	background:#FAFBFC;
}
input:focus, textarea:focus, .searchbox:focus {
	border-color:#666;
	background:#FFF;
}
.scsMsg {
	font-size:16px;
	color:#669900;
	background-color: #CCFF99;
	padding: 5px;
	border: 1px solid #669900;
	letter-spacing: -0.03em;
	display: block;
}
.req {
	color:#FF6600;
	font-size: 1.4em;
	margin-right: 0.3em;
	font-family: Georgia, serif;
}
.errFld {
        background:#FFC;
	border:1px solid #F00;
}
.errMsg {
	color:#F00 !important;
	display:block;
	padding-left:15px;
	background:url("../img/halt.png") 0 3px no-repeat;
}
.bigerr {
	display:block;
	font-size:14px;
	color:#F00;
	background-color: #FFBCC0;
	padding: 5px;
	border: 1px solid #f00;
}
#back {
        display:block;
        background:#333;
        color:#FAFBFC;
        width:250px;
        font-size:110%;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        padding:10px;
        margin:30px auto 30px auto;
}
#back:hover {
        background:#DDD;
        color:#555;
}
input#comment-bake-cookie {
	width:1em; height:1em; margin:0em; padding:0em;}
	
.searchbox {
	border:1px solid #CCC;
	padding:0.3em;
	background-color:#F5F5F5;
	color:#990000;
	font-weight:normal;
	width:11em;
	font-size: 0.8em;
}
.goButton {
	border:1px solid #CCC;
	padding:0.2em;
	background-color:#CCCCCC;
	color:#333;
	font-weight:bold;
	font-size: 0.8em;
}
.goButton:hover {
	background-color:#990000;
	background-image: url(../img/gradient-cat.jpg);
	background-repeat: repeat-x;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	color: #FFFFFF;
}
select {
width:16em;
font-size:0.7em;}