*{
	padding:0;
	margin:0
}
body{
	background-color:#000000;
	font-size: 90%;
	font-family: futura,serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
#miGaleria{
	width:100%;
	height:100%;
	/*padding:5px;*/
	text-align:right;
	min-width:800px;
	max-width:1200px; 
	clear:both;
	
}
#header{
	width:90%;
	height:auto;
	padding:5px;
	min-width: 800px;
	
	
}
#espacio{
	width:100%;
	clear:both;
}
#header a:link, a:visited,a:active{
	color:#FF1CAE;
	text-decoration: none;
	font-size: larger
}
#header a:hover{
	color:#cccccc;
}
#menu {
	width:100%;
	height:auto;
	float:left;
}
#noticias {
	width:45%;
	height:auto;
	
	float:left;
}
#noticias h3{
	font-family: futura,serif;
	font-size:x-large;
	background-color: #FF1CAE;
	color:#ffffff;

}
#noticias p{
	color:#ffffff;
	
}
#noticias em{
	font-size:larger;
	color:#666666;
}
#foto{
	width:45%;
	height:auto;
	
	float:left;
}
#foto h3{
	font-family: futura,serif;
	font-size:x-large;
	background-color: #FF1CAE;
	color:#ffffff;

}
#foto p{
	color:#ffffff;
	
}
#foto em{
	font-size:larger;
}

#foto img {
	float:left;
	border:10px solid #fff;
	background-color: #ffffff;
	padding:10px;
	margin-right:20px;

}
#bio{
	width:90%
	height:auto;
	clear:both;
	
}
#bio img{
	float:left;
	border:10px solid #fff;
	background-color: #ffffff;
	padding:10px;
	margin-right:20px;
}
#bio p{
	width:60%;
	text-align: justify;
	font-family: Futura,serif;
	font-size:1.5em;
	color:#ffffff;
	float:left;
}
#creditos{
	width:100%;
	clear:both;
	background-color:#333333;
	
}
#creditos p{
	font-size:x-large;
	color:#666666;
	font-family:Futura,serif;
	text-align:center;

}

/*****Forma *****************/

#contacto{
	width:100%;
	font-size:1em;
	font-family: Futura,serif;
	clear:both;
	color:#666;
}
form {
  font-size: 1.4em;
  width: 50em;
}


/* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
}

/* legend styling */
legend {
  font-weight: bold;
}


/* style for  labels */
label {
  display: block;
}

/* style for required labels */
label .required {
  font-size: 0.75em;
  color:#FF1CAE;
}

input {
  width: 200px;
}


input.radio, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
  width: 300px;
  height: 100px;
}
.btnEnv{background-color:#FF1CAE;width:103px;height:25px;border:0;color:#fff}
/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style I want IE/Mac to see */
input.radio + label {
  text-indent: 2em;
}

/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label {
  text-indent: 0;
}

/* End the hack */
/******Termina Forma************/