@charset "utf-8";
/* CSS Document */

body
{
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	#container
	{ width: 80%;
     
		-moz-border-radius: 7px;
        -webkit-border-radius: 7px;
		
		 box-shadow: 2px -2px 2px #000;
   -webkit-box-shadow: 2px -2px 2px #000;
   -moz-box-shadow: 2px -2px 2px #000;
	
	background-color:#FFF;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 20px 20px 50px 20px;
	border-topx p-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;

	}

footer {
   padding: 20px 20px 20px 20px;
}	
	
H1 { font:Arial, Helvetica, sans-serif;
color:gray;
font-size:20px;
}

.error {
	color:red;}	

.exito {
	color:green;}	

.titletab  { 
background:#666; 
color:#fff;	
	}

p
{font:Arial;
color:#333;}

.unabled { background-color:#CCC;
border:#FFF;
}
