@charset "utf-8";
/* CSS Document */

#col-form-1 {
	width:325px;
	float:left;
	margin: 20px 0 0 0;
	display:block;
	}
	
#col-form-2 {
	width:325px;
	float:left;
	margin: 20px 0 0 10px;
	display:block;
	}

#col-form-3 {
	width:650px;
	margin: 20px 0 20px 0;
	float:left;
	display:block;
	}

label {
	border: solid 1px #bcb8b4;
	width:290px;
	height:20px;
	display:block;
	padding:0 0 0 15px;
	margin:10px 0 0 0;
	float:left;
	text-align:left;
	}

input {
	/*width:235px;*/
	width:80%;
	background:none;
	border:none;
	margin: 0 0 0 5px;
	/*float: right;*/
	font-size:10px;
	}
	
#temas{
width:auto;	
}


textarea {
	/*width:290px;*/
	width:235px;
	height:110px;
	float: right;
	background:none;
	border:none;
	margin: 0 0 0 5px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;}
	
.label-corto {
	width:132px;
	float:left;}
	
.label-alto {	
height:130px;}
.input-medio {
	width:75%;}
.input-corto {
	width:50%;
	}
	
#input-fecha {
	width:50%;}
	
	
#col-form-2 ul{
	list-style:none;
	color:#C8292E;
	list-style-position:inside;
	}
	#col-form-2 ul li {
		list-style-image:url(../images/bullet.gif);
		}
		
	#col-form-2 ul p{
		color:#181B1A;}
		
.temas {
	width:50%; 
	float:left; 
	text-align:left; 
	margin:5px 0 0 0;}
	
.enviar {
	width:71px;
	height:18px;
	margin:15px 0 0 0;
	float:left;
	}
	
