/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;	
}

body {
	width: 734px;
	background: #333333;
	margin: 0 auto;
	padding: 0;	
}

img, a {
	border: 0;
}

a { text-decoration: underline; }
a:hover { text-decoration: underline; }


.main_container {
	width: 734px;
	margin: 0 auto;
	background: #FFF;
}

/******************************
 ******************************/
 
.header {
 	width: 734px;
	height: 153px;
	background: url(../../images/backgrounds/bg_cs_header.gif) no-repeat top left;
}

.header h1,
.header h2 {
	display: none;
}

.separator_dots {
	height: 9px;
	width: 734px;
	background: url(../../images/backgrounds/bg_cs_dots.gif) no-repeat top left;	 
}

.under_construction_band {
	height: 34px;
	background: #aa1517;
	font-size: 22px;
	color: #FFF;
	text-align: center;
	vertical-align: middle !important;
	padding-top: 8px;
}

.info_content {
	border-bottom: 4px solid #aa1517;
	background: #FFF;
	padding: 6px;
}

.texto12Negro {
	font-size: 12px;
	color: #333333;
}

.texto11Negro {
	font-size: 11px;
	color: #333333;
}

.texto12Rojo {
	font-size: 12px;
	color: #d51c16;
}

.left_text {
	float: left;
}
.default_style{
    float: left;
}
.left_text ul, .default_style ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.left_text ul li {
	float: left;
	margin-right: 35px;
}

.right_text {
	float: right;
}

.clear {
	clear: both;
}

.address_info {
	padding: 15px 25px;
	background: #bfbfbf;
}
.default_style ul li{
	float: left;
	vertical-align: middle;
}





