@charset "utf-8";
/* CSS Document */
.img_contacto {
	background-image:url(imagenes/Img_contacto.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
ul {
	list-style-type:none;
	padding-left:0;
}
li {
	font-weight:bold;
}
.note ul {
	list-style-type:square;
	padding-left:25px;
}
.note li {
	font-weight:normal;
}
#contact {
	width:450px;
	padding:10px;
}
form {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	margin:0;
	padding:0;
}
fieldset {
	border:none;
}
fieldset div {
	width:380px; /* Width for modern browsers */
	border:0;
	margin:0 auto 0 auto;
	padding:1px;
}

* html fieldset div {
	width:300px; /* Width for IE5 */
	w\idth:380px; /* Width for IE6 */
}

fieldset div input {
	width:376px; /* Width for modern browsers */
	border:1px solid #B5CCBA;
	padding:1px;
}

* html fieldset div input {
	width:380px; /* Width for IE5 */
	w\idth:376px; /* Width for IE6 */
}
fieldset div br {
	display:none;
}
legend {
	font-weight:bold;
	color:#0099CC;
	font-size:1.1em;
	margin:0;
	padding:20px 0 5px 10px;
	font-family:Verdana, Geneva, sans-serif;
}
input {
	font-size:1em;
	background:#F1F1F1;
	margin:5px auto 5px auto;
	border:1px solid #B5CCBA;
	color:#666;
}
input#selfcopy {
	width:14px;
	margin:5px 5px 0 0;
	float:left;
}
input#counter {
	float:left;
	width:60px;
	margin:12px 0 0 118px;
	padding:.3em;
	background:#EEE;
	color:#999;
	border:1px solid #B5CCBA;
	text-align:center;
}
input#sendEmail {
	float:left;
	width:180px;
	border:1px solid #B5CCBA;
	padding:0.25em;
	margin:12px 4px 5px 4px;
	color:#333;
	font-weight:bold;
}
textarea {
	padding:0;
	margin:5px auto 10px auto;
	color:#666;
	font-size:1em;
	background:#F1F1F1;
	border:1px solid #B5CCBA;
	width:380px;
	height:140px;
}
input:hover, textarea:hover {
	background:#FAFBFC;
}
input:focus, textarea:focus {
	border-color:#666;
	background:#FFF;
}
.scsMsg {
	display:block;
	line-height:30px;
	font-size:1em;
	color:#666;
}
.req {
	color:#C00;
	font-size: 2em;
	font-weight:bold;
}
.errFld {
    background:#FFC;
	border:1px solid #F00;
}
.errMsg {
	color:#F00 !important;
	display:block;
	padding-left:15px;
}
.bigerr {
	display:block;
	line-height:30px;
	font-size:1em;
	color:#F00;
}
#back {
        display:block;
        background:#333;
        color:#FAFBFC;
        width:250px;
        font-size:1em;
        font-weight:bold;
        text-align:center;
        text-decoration:none;
        padding:10px;
        margin:30px auto 30px auto;
}
#back:hover {
        background:#DDD;
        color:#555;
}


