.note ul {
	list-style-type:square;
	padding-left:25px;
}
.note li {
	font-weight:normal;
	color:#555;
}
#wrap {
	background:#EEE;
	width:470px;
	margin:10px auto 10px auto;
	padding:10px;
}
#contact {
	width:450px;
	padding:10px;
}
form {
	margin:0;
	padding:0;
}
fieldset {
	margin:0 .5em 1em .5em;
	padding:1em;
	border:1px solid silver;
	
}
fieldset div {
	width:380px; /* Width for modern browsers */
	border:0;
	margin:0 auto 0 auto;
	padding:1px;
}

fieldset label{font-weight: normal !important;}

* 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 dotted silver;
	padding:1px;
	background-color:white;
}

* html fieldset div input {
	width:380px; /* Width for IE5 */
	w\idth:376px; /* Width for IE6 */
}
fieldset div br {
	display:none;
}
legend {
	color:#333;
	margin:0;
	padding:0.5em;
}
input {
	font-size:1em;
	background:#F1F1F1;
	margin:5px auto 5px auto;
	border:1px solid #B5CCBA;
}
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;
	font-size:1em;
	background-color:white;
	border:1px solid silver;
	width:380px;
	height:140px;
}
input:hover, textarea:hover {
	background:white;
}
input:focus, textarea:focus {
	border-color:#666;
	background:#FFF;
}
.scsMsg {
	display:block;
	line-height:30px;
	font-size:180%;
	color:green;
}
.req {color:#C00;}
.errFld {
        background:#FFC;
	border:1px solid #F00;
}
.errMsg {
	color:#F00 !important;
	display:block;
	padding-left:15px;
}
.bigerr {
	display:block;
	line-height:30px;
	font-size:200%;
	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;
}

::-webkit-input-plaecholder { color:#666; }
:-moz-placeholder 		{ color:#666; }
::-moz-placeholder 		{ color:#666; }
:-ms-input-placeholder 	{ color:#666; }
::input-placeholder 	{ color:#666; }


/* ***************** Ventana Modal ******************************** */
.ventana_modal {
	position: fixed;
	font-size: .9em;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	background: rgba(153,153,153,0.8);
	z-index: 99999;	
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.ventana_modal:target {
	display:block; 
	pointer-events: auto;
}

.ventana_modal > div {
	text-align: left;
	width: 80%; 
	position: relative;
	margin: 5% auto;
	padding: 25px 25px 13px 25px;
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #00D9FF; 
	background: #fff;	/* Si le pongo gradiente para IE, no se muestra el borde redondeado */
	background: -moz-linear-gradient(#fff, #DDD);
	background: -webkit-linear-gradient(#fff, #DDD);
	background: -o-linear-gradient(#fff, #DDD);	
	/* SCROLL */
	overflow: auto;
	max-height: 650px;
}

.boton_cerrar {
	background: #E8F1FA;
	color: #000000;
	line-height: 25px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 10px;
	width: 50px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.boton_cerrar:hover 
{ 
	background: #00D9FF; 
	color: white;
}

.indenta1 {
	padding-left:25px;
	padding-right:25px;	
}

h4 {
	color:#B00;
	text-shadow: rgb(3,3,3) .5px 0px 0px;
	font-size:1.5em;
}

/*************************************************************************************************************/
