/* hoja de estilos para la sección de recomendacion de Coguan AdShare */


/* Importamos los estilos comunes ********************* */
	@import url("layout.css");
	@import url("elementos.css");
/* ************************************************************* */


/* clase a aplicar a los label de los input que hay que corregir */
.error {
	color: #ef402a;
}

#content.cols1 .main{
width:835px;
min-height:420px;
margin:0 0 0 155px;
}
* html #content.cols1 .main{
height:420px;
}

#content.cols1 .explain{
width:835px;
min-height:420px;
margin:0 0 0 155px;
}
* html #content.cols1 .explain{
height:420px;
}
body {
	font-size: small;
	color: #3c6aa8;
}

#container {
	font-size: 90%;
}

h1 {
	position:relative;
	font-size: 140%;
	padding: 0;
	margin: 5px 0 20px 10px;
}
a{
border:none;
outline:none;
}
.teaser_promo{
position:absolute;
right:10px;
top:10px;
border:none;
}

.error_msg {
	display: block;
	position: absolute;
	top: 5px;
	left: 200px;
	font-weight: bold;
	color: #ef402a;
}



p {
	line-height: 1.4em;
	text-align: justify;
	margin: 0;
}


#content.cols1 .explain p {
		width: auto;
		margin: 15px 280px 20px 10px;
		text-align: justify;
	}

	p.intro {
		width: auto;
		margin: 15px 280px 20px 10px;
		text-align: justify;
		color: #000;
	}
	p.error{
	width: auto;
		margin: 15px 280px 10px 10px;
		color: #ef402a;
	}

#content.cols1 .explain	p.nota {
			width: auto;
			margin: 15px 20px 20px 20px;
			text-align: left;
			font-size: 85%;
			color: #777;
			}

p.invitarow {
		width: auto;
		height:19px;
		margin: -1px 280px 0px 10px;
		text-align: left;
		background: transparent url("../img/bg-small1.gif") repeat-x top left;
		border: #bfcad8 1px solid;
		padding:4px 0 0 3px;
	}
p.invitarow span{
display:inline-block;
width:80px;
text-align:right;
color:#FF8000;
font-weight:bold;
margin:0 5px 0 0;
}
p.invitarow strong{
font-weight:bold;
color:#ef402a;
}

p.invitarow a.info_bottom:hover .sugerencia .cuerpo{
text-align:left;
}

a {
	color: #ef402a;
}
	


	
form {
	position: relative; /* para que el mensaje de error se posicione absolutamente con respecto a este elemento */
	/* background: transparent url("../img/tell_a_friend.gif") no-repeat 590px 20px;  */
	min-height: 1%; /* para que IE7 aplique hasLayout: en caso contrario da problemas el posicionamiento relativo de la nota "* campos obligatorios" */
}

	* html form {
		height: 1%; /* para que IE6 aplique hasLayout: en caso contrario da problemas el posicionamiento relativo de la nota "* campos obligatorios" */
	}

form p {/*
	clear: both;*/
	width: 100%; /* para obligar a IE a "hasLayout" y a que así englobe los flotantes de los párrafos (los label e input) */
	margin-bottom: 1em;
}

	form p:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
	
label {
	float: left;
	width: 200px;
	margin-right: 10px;
	text-align: right;
}
	
input,
select {
	float: left;
	width: 200px;
	border: 1px solid #aaa;
}
	
textarea {
	overflow: auto; /* para que el scroll sólo aparezca cuando sea necesario */
	width: 363px;
	height: 140px;	
	border: 1px solid #aaa;
}

	/* partes específicas (soporte y anunciante) del formulario */
	
	form .section {
		margin: 3em 0;
	}
	
	form .section label {
		width: 400px;
	}
	
	form .section textarea {
		width: 400px;
	}
	
	/*form #anunciante,
	form #soporte,
	form #beta_tester {
		margin: 3em 0;
	}
	
	form #anunciante label,
	form #soporte label,
	form #beta_tester label {
		width: 400px;
	}*/
	
	.legend {
		width: 400px;
		text-align: right;
	}
	/* fin de partes específicas del formulario */
	
	
	
	/* excepciones del formulario */
	/*form #anunciante textarea,
	form #soporte textarea,
	form #beta_tester textarea {
		width: 400px;
	}*/
		
	fieldset {
		clear: both;
		margin: 2em 0;
		padding: 0;
		border: none;
	}
		
		fieldset#presupuesto input,
		fieldset#trafico input {
			margin-right: 5px;
			text-align: right;
		}
	
	
		/* fecha de campaña */
		fieldset#fecha input {
			width: 100px;
			text-align: center;
			float: left;
		}
		
		fieldset#fecha span {
			float: left;
			margin: 0 0.5em;
		}
		
		fieldset#fecha .fcheckbox {
			width: auto;
			border: none;
		}
		/* fin de fecha de campaña */
	
	
		/* select de sí o no (¿soporte de varios sitios?) */
		select#varios-sitios {
			width: 140px;
		}
		/* fin de select de sí o no */
	
	
		/* beta testers */
		#beta_tester label em {
			display: block;
		}
		
		#beta_tester input#experiencia_webmaster {
			margin-right: 5px;
			width: 70px;
			text-align: center;
		}
		/* fin de beta testers */
	
	
	
		/* certificacion para agencias */
		#certificacion input.ftext {
			text-align: right;
			width: 100px;
			margin-right: 5px;
		}
		
		#certificacion select {
			width: 100px;
		}
		/* fin de certificacion para agencias */
	
	
	
		/* textarea de mensaje */
		p#msg {
			margin: 2em 0 0 0;
		}
		/* fin de textarea de mensaje */
	
	
	
		/* botón de enviar y nota */
		p.last {
			width: 575px;
			text-align: right;
		}		
		
			p.nota {
				position: relative;
				top: 10px;
				width: 200px;
				text-align: right;
				font-size: 85%;
				color: #777;
				margin:0 0 0 0;
			}
			
			p.last input{
			float:none;
			width:148px;
			}
			p.last label{
			display:inline-block;
			float:none;
			width:400px;
			}
			p.last #enviar{
			margin:10px 0 0 0;
			}
			
		/* fin de botón de enviar y de nota */
	
	.capchaimg{
	position:relative;
	float:right;
	display:inline;
	width:150px;
	height:80px;
	margin:0 260px 0px 0;
	background-color:#0066CC;
	}
	
	#cambiar{
	position:absolute;
		left:-205px;
		top: 60px;
		width: 200px;
		text-align: right;
		font-size: 90%;
		
	}
	
	/* fin de excepciones del formulario */
	
	
	
	
	
	


