/*
	
	http://www.cabmedia.com
	
	#######################
	
	La estructura que simula marcos esta tomada de
	http://www.456bereastreet.com/lab/cssframes/
*/

body, html{
	
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000;
	background:#000;
		
}

body {
	
	min-width:720px;

}

a {

	color: #991823;
	text-decoration: underline;

}

a:hover {

	color: #757D7F;
	text-decoration: underline;

}

div#middlewrap {

	padding:0 0 0 0;
	margin-left:0;
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:50px;

}

body>div#middlewrap {
	
	margin-left:0;

}

div#middle {
	
	width:715px;
	margin:0 auto;
	background:#fff;

}

div#content {
	
	padding:0 0px;
	margin-left:0px;

}

div#footerwrap {
	
	width:100%;
	p\osition:absolute;
	bottom:0;
	left:0;
	height:250px;

}

body>div#footerwrap {
	
	position:fixed;

}

div#footer {
	
	height:100px;
	width:720px;
	margin:0 auto;
	background-color: #000000;
	color: #fff;
}

.rojo {

	color: #991823;

}


