
/*Hoja de estilos de Fundación laboral de la contruccion - La Rioja

 AUTOR: Israel Rodriguez Citores

 autor url: www.saturmix.com

-------------------------------------

*/

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
:focus {
	outline: none;
}

body {
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}

h1 {
	text-transform: uppercase;
	color: #C30;
	text-align: center;
	margin-bottom: 5px;
}

form {
	position: relative;
	left: 0px;
	top: 0px;
	margin: auto;
	width: 600px;
}

fieldset {
	padding: 10px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 580px;
	background: url(imgcss/bgCarpeta.gif) repeat-x 0px 1px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-top: 5px;
	height: 160px;
	display: block;
	border-top: 1px solid #FFF;
}

legend {
	left: 0px;
	top: 0px;
	position: relative;
	display: none;
	width: 100%;
}

/* ................ leyenda de Info obligatoria y visible ..............*/
				#leyenda  {
	font: 10px/10px Arial, Helvetica, sans-serif;
	color: #666;
	margin-bottom: 5px;
				}
				#leyenda .asterisco  {
					padding-left: 27px;
				}
				.asterisco  {
					color: #F60;
					font: bold 200%/85% Arial, Helvetica, sans-serif;
					vertical-align: middle;
				}
/*..........................*/

ul {
	width: 290px;
}

li {
	clear: both;
	position: relative;
	left: 0px;
	top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
li label   {
	color: #C30;
	text-transform: uppercase;
	font-weight: bold;
}
li input   {
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	color: #333;
	height: 20px;
	width: 174px;
	background: url(imgcss/formImput.gif) no-repeat 0px 0px;
	display: block;
	padding-right: 3px;
	padding-left: 3px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
ul.identidad {
}
.rojo {
	color: #C30;
}
/*---- boton enviar ----*/
#enviar {
	font: bold 200% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background: transparent url(imgcss/bt_enviarRojo.png) no-repeat;
	height: 98px;
	width: 133px;
	border-style: none;
	padding-bottom: 20px;
	margin: 10px auto;
	display: block;
	cursor: pointer;
	cursor: hand; /*para IE 5*/
}

#nota {
	margin-bottom: 10px;
}
li.comentario
			 {
	position: absolute;
	width: 260px;
	left: 320px;
	top: 5px;
			}
li.comentario textarea {
	font: normal 11px/20px Arial, Helvetica, sans-serif;
	color: #333;
	height: 130px;
	width: 250px;
	background: url(imgcss/formtexareaContac.png) no-repeat;
	display: block;
	padding: 5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 30px;
			}
			
.asterisco1 {	color: #F60;
	font: bold 200%/85% Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
 
