
#content input, #content textarea {
	border: 1px solid #ccc;
	background-color:#eee;
	color:#666;
	font-family: verdana; 
	font-size: 12px; 
}
#content input:focus, #content textarea:focus  {
	border: 1px solid #FFAE00;
}
#content select{ 
	font-family: verdana; 
	font-size: 10px; 
	color:#286EA0; 
	background-color:#fff;
}
#content button{
	border: 1px solid #ccc;
	background-color:#fff;
	color:#286EA0; 
	padding: 0px 10px;
}
#content button:hover{
	background:#f8f8f8;	
	cursor:pointer;
	border: 1px solid #FFAE00;
}
#content input.radio{/*esto solo afecta a IE*/
	background-color:#fafafa;
	border: 0;
}
#content form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

#content form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  background-color:#f8f8f8;
}
#content form label{ 
	padding: 0 5px; 
}
#formulario hr{
	color: #aaa;
	background-color: #aaa;
	height: 1px;
	width: 100%;
	border: 0;
	margin: 0 auto;
	text-align: center;
}
.desplegable{
	width:160px;
}
.width220{
	width:220px;
}
.width500{
	width:500px;
}
#right input, #right textarea{
	border: 1px solid #000;
	background-color:#eee;
	color:#666;
	font-family: verdana;
	font-size: 10px;
	margin-bottom:5px;	
}
.dcha1{
	width:150px;
}
.dcha2{
	width:150px;
	height:45px;
}
.dcha3{
	width:150px;
	height:55px;
}
.formularioCursos{
	color:#30598C;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 10px; 
}
#contact p{
	padding:5px 20px;
}