/*-----------------CSS PAGINA CONTACTO GENERAL------------------------------------*/
/*-----------------ELFEGO RENE OVALLE GUTIERREZ-----------------------------------*/
/*-----------------XELAWEB 2008---------------------------------------------------*/

/**********************************ERRORES*************************************************/
#commentForm { 
	width: 500px; 
}
#commentForm label { 
	width: 250px; 
}
#commentForm label.error, #commentForm input.submit { 
	margin-left: 253px; 
}

/**********************************Name: cmxform Styles************************************/
form.cmxform {
	width: 370px;
	font-size: 1.0em;
	color: #333;
	margin:auto;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
/*	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;*/
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
div.error { 
	display: none; 
}
input {	
	border: 1px solid black; 
}
input:focus { 
	border: 1px dotted black; 
}
input.error { 
	border: 1px dotted red; 
}
form.cmxform .gray * { 
	color: gray; 
}

/**********************************Use: cmxform template***********************************/
form.cmxform fieldset {
	margin-bottom: 10px;
}

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform label { 
	width: 100px; 
} /* Width of labels */
form.cmxform fieldset fieldset label { 
	margin-left: 103px; 
} /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 103px;
	width: 220px;
}

form.cmxform input.enviar {
	margin-left: 253px;
}
	
/**********************************Forms***************************************************/
form, fieldset {
	margin: 0;
	padding: 0;
}
	
fieldset { 
	border: 1px solid #000; 
}

legend {
	padding: 0;
	color: #000;
}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
	
select { 
	padding: 0; 
}

/**********************************CUADRITO************************************************/
#main{
	margin:50px;
}
.inner { 
	color: #000; 
	font: verdana, arial, sans-serif;
}
.inner { 
	margin: 0; 
	background: #fff; 
	padding: 10px; 
	border:0; 
	zoom:1;
}
.outer { 
	margin: 15px; 
	background: #aec6d1; 
	padding: 8px; 
	width: 42em; 
	margin:auto;
}