body  {
	background: #d5d5d5 url(../grafica/fondo.png) repeat-x fixed;
	margin: 0; 
	padding: 0;
	text-align: center; 
	
}

h1, h2, a { color:#CD1430;	}
h2{	font: 16px Verdana, Arial, Helvetica, sans-serif;}
h3{font-size:14px;  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:bold;
margin-bottom:-5px;}


body, td, p, input{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #939598;
	line-height:160%;
	}
	
	.gris{color:#939598;}
	.rojo {
	color:#cd1432;
}

input{
width:475px;
height:22px;
border: 1px solid #939598;
margin-bottom:10px;
padding:5px 5px 0 5px;
line-height:11px;
 }
 
textarea{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #939598;
line-height:12px;
width:475px;
height:84px;
border: 1px solid #939598;
margin-bottom:10px;
padding:5px;

 }
 
 .boton{
 width:100px;
 border:0;
 padding:0;
 margin:0;
 margin-left:10px;
 font-weight:bold
 
  }
/* divs */
#marco { 
	background:#cd1432;
	height:600px;
	margin: 0; 
	border: 0;
	text-align: left; 
} 
#header { 
 background:#cd1432;
} 
#header h1 {
	color:#FFFFFF;
	margin: 0; 
	padding: 10px 0;
}
#colIzq {
	float: left; 
	width: 215px;
	height:490px;
	padding: 5px 0 0 0;
}
#marco { 
	width: 1000px; 
	height:600px;
	background: #FFFFFF url(../grafica/fondo_container.jpg) center top no-repeat fixed;
	margin: 0 auto; 
	border: 0;
	text-align: left; 
} 
#contenido { 
margin: 0 0 0 220px;
padding: 33px 0 0 0; 
} 
#pie { 
height:25px;
background:#dddedf url(../grafica/fondo_footer.jpg) repeat-y; 
} 

/* portfolio*/
#descripcion{
	float: left; 
	width: 450px;
	padding: 10px 10px 0 0;
}

#descripcion h3{font-size:14px; color:#939598; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;
margin:-10px 0 -10px 0;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.small{	font: 9px Verdana, Arial, Helvetica, sans-serif;  }


