/* Community CSS */
/*
.size{
	width:600px;
}*/
.size2{
	/*width:450px;*/
	width:100%;
}

#formulario{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#formulario input{
	width: 200px;
	background-color: #f2efe5;
	border: 1px solid #a9a196;
}

#formulario fieldset{
	border: 1px solid #000000;
}
/* Formato para mensajes */
#info fieldset{
	border: 1px solid #000000;
}
#info legend{
	color: #fff;
	background: #3e5e8d;
	border: 1px solid #fff;
	padding: 2px 6px;
	font-size: 12px;
	font-weight: bold;
}
/**/

#formulario legend{
	color: #fff;
	background: #8c818c;
	border: 1px solid #000000;
	padding: 2px 6px;
	font-size: 12px;
	font-weight: bold;
}

#formulario .radio_check input{
	/*background: #ffffff;*/
	border: 0px;
	width: auto;
}

#submit input{
width: 100px;
}


#formulario table{
	/*background: #e8e3db;*/
	border: 1px solid White;
}
#formulario th{
	/*background:#f3eed7;*/
	text-align: right;
	padding-right: 3px;
}

#formulario h1{
font-size: 12px;
font: bold;
}

#formulario td{
	border-bottom: 1px dotted #cecece;
}

#formulario textarea{	
	width: 320px;
	background-color: #f2efe5;
	border: 1px solid #a9a196;
}
#post{
	padding: 5px;
}

#post textarea{	
	width: 100%;
	height: 150px;
	background-color: #f2efe5;
	border: 1px solid #a9a196;
}
#formulario select{
	width: 200px;
	background-color: #f2efe5;
	border: 1px solid #a9a196;
}
/* Formato para páginas estáticas */
#c_container{
	width: 100%;
}
#c_left{
	width:25%;
	float: left;
}
#c_body{
	width:70%;
	float: right;
	padding: 5px;
}
#c_spacer{
	clear: both;
}

