/* CSS Document */

body, html{
	margin:0;
	background:transparent;
	*background:#000;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}
.layout{
	width:542px;
	height:550px;
	background:url(../imgs/papel_con_clip.png) no-repeat top left;
	border:none;
	padding-top:125px;
	padding-left:40px;
	vertical-align:top;
	}
form{	}
	
.etiqueta{
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	font-size:11px;}
	
select, input{
	width:250px;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-style:italic;
	font-size:11px;
	color:#333333;
	border:none;
	border-bottom:2px dotted #333;
	padding-left:5px;
	background:transparent;
	}
input.fecha{
	width:234px;
	float:right;
	}

.b_enviar{
	height:48px;
	width:48px;
	background:url(../imgs/accept.png) no-repeat;
	float:right;
	margin-right:20px;
	margin-top:10px;
	border:none;
	font-size:1px;
	color:#FFFFFF;

	}
.b_cancel{
	height:48px;
	width:48px;
	background:url(../imgs/remove.png) no-repeat;
	float:right;
	margin-right:20px;
	margin-top:10px;
	border:none;
	font-size:1px;
	color:#FFFFFF;
	}