/* @override http://grupospacio.com/master.css */

body {
	color: #191919;
	background: #57a9d1 url(images/body_bg.png) repeat-x;
	margin: 0;
}

img {
	border-style: none;
}

img.center.border {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#portada {
	text-align: center;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#cuerpo {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}

#cabecera {
	float: left;
	width: 273px;
}

#menu {
	width: 273px;
	float: left;
}

#menu .top {
	width: 273px;
	height: 164px;
	background: url(images/logo1.png) no-repeat;
}

#menu .center {
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(images/menu_bg.png) no-repeat;
	height: 378px;
	overflow: visible;
	padding-left: 30px;
	color: #fff;
}

#menu .center ul {
	padding-left: 20px;
	margin: 0 30px 0 15px;
}

#menu .center li {
	list-style-type: square;
	color: #fff;
	text-align: left;
}

#menu .center li a {
	text-decoration: none;
	color: #fff;
}

#menu .center li a:hover {
	text-decoration: underline;
	color: #ff2f3e;
}

#menu .bottom {
	width: 270px;
	height: 25px;
}

#contenido {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	color: #333;
	width: 512px;
	min-height: 720px;
}

#contenido .top {
	background-image: url(images/logo2.png);
	width: 512px;
	height: 15px;
}
#contenido .center {
	background-color: #fff;
	padding-bottom: 15px;
}

#contenido .center p, #contenido .center h1  {
	margin-left: 15px;
	margin-right: 15px;
}

#contenido .center h1.imagen {
	margin: 0;
}

#contenido strong, #contenido b {
	color: #000;
	font-weight: bold;
}

#contenido p {
	margin-top: 3px;
	text-align: justify;
	margin-right: 15px;
	margin-left: 15px;
}

#contenido table {
	border: 1px solid #b3b3b3;
}

#contenido table td {
	border-bottom: 1px solid #b3b3b3;
}

#contenido p.precio {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	border-bottom: 4px double #c8c8c8;
}

#contenido a {
	text-decoration: none;
}

#contenido a:hover {
	text-decoration: underline;
	color: #864cd7;
}

#contenido h1 {
	color: #742928;
	font-size: 18px;
	font-variant: small-caps;
	margin-bottom: 5px;
}

#pie {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	text-align: center;
	padding-bottom: 30px;
	color: #9edafe;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	padding-top: 15px;
}

.resalte {
	margin: 15px;
	padding: 10px;
	border: 1px solid #dec571;
	background-color: #ffefb9;
	font-size: 14px;
	color: #452d11;
}

.resalte ul {
	list-style-type: disc;
}

/* Menus */

#contenido h2.expandable {
	font-size: 15px;
	color: #002192;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
	clear: right;
}

#contenido h2.expandable.closed {
	background-position: 0 3px !important;
}

#contenido div.expandcontent {
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
}

#contenido div .narrowContent {
}

#contenido .hasjs div.expandcontent, #main .hasjs div.expandcontent.active {
	display: block;
}

#contenido h3 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 13px;
	color: #808080;
}

#contenido h4 {
	margin-bottom: 0;
	font-weight: bold;
	font-style: italic;
}

@media print {

#contenido h2.expandable {
	background: none;
	padding-left: 0 !important;
}

#contenido div.expandcontent {
	display: block !important;
	padding-left: 0 !important;
}

#contenido .separator {
	display: block !important;
}

#contenido h2.expandable img {
	display: inline !important;
}

}
