@charset "utf-8";
/* CSS Document */
/* SÓLO FORMULARIOS*/

form#two {
background:	url(imagenes/formularios/bg2.png) center top no-repeat;
width:469px; 
height: 754px;
padding:5px;
margin:0 auto;
padding:10px;
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;	
font-size: 100%;	
}

form#two fieldset {
width:430px; 
display:block; 
border:1px dotted #fff; 
padding:5px; 
margin-bottom:0.5em; 
margin-left: 13px;
line-height:1.2em;
}

form#two legend {
font-size:1.1em; 
font-weight:bold; 
color: #000000;;
margin: 0 0 5px 10px; 
height: 24px;
line-height: 24px;
width:157px; 
border: 1px solid #ee821e;
padding: 0 5px;
background: url(imagenes/formularios/legend_bg2.gif);
}

form#two label {
clear:left; 
display:block; 
float:left; 
width:150px; 
text-align:right; 
padding-right:10px; 
color: #000000; 
margin-bottom:0.5em;
}

form#two input {
padding:0 2px;;
margin-bottom:0.3em;
}

form#two select {
padding:0 2px;;
margin-bottom:0.3em;
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;	
font-size: 100%;	
}

form#two textarea {
width:410px; 
height:60px;
padding:0.5em; 
overflow:auto; 
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;	
font-size: 100%;	
}

form#two option {
background:#fff; 
color:#000;
}

form#two #button1 {
color:#000000; 
font-weight: bold;
background: url(imagenes/formularios/btn_bg.png);
display: inline;
border: none;
width:89px; 
height: 27px;
line-height: 27px;
text-align: center;
margin-left: 11.5em
}

form#two #button2 {
color:#000000; 
font-weight: bold;
background: url(imagenes/formularios/btn_bg.png);
display: inline;
border: none;
width:89px; 
height: 27px;
line-height: 27px;
text-align: center;
}

form#two #button1:hover, form#two #button2:hover {
color:#7D7C77;
}

form#two em {
	font-weight:bold;
	/*color:#000000;*/
}

form#two p.obligatorio{
	text-align:center;
	font-size:110%;
	color:#FFFFFF;
}

form#two p.datos_empresa {
	text-align:center;
	font-size:110%;
	color:#FFFFFF;
	margin-top:30px;
}

form#two a, form#two a:link {
	color:#FFFFFF;
}

form#two a:hover, form#two a:active {
	color:#f1c528;
}
