* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../images/background.gif) left bottom no-repeat;
	font: normal 75%/1em 'Andale Mono', sans-serif;
}

p, h4 {
	margin: 0.7em 0;
}

ul, ol {
	margin: 15px 0 15px 25px; 
}

li {
	margin: 7px 0;
}

a {
	color: #72a4d9;
}

a:hover {
	color: #a1c5eb;
}

a:visited {
	color: #a1a5eb;
}

a img:hover {
	color: #feda64;
}

h5 {
	margin-left: 25px;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.underline {
	text-decoration: underline;
}

.firstp {
	margin-top: 0 !important;
}

.lastp {
	padding-bottom: 25px !important;
}

#wrapper {
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	margin-top: 20px;
}

#sidebar {
	width: 275px;
	float: left;
	text-align: center;
}

#cont {
	width: 470px;
	float: left;
}

h1 a#logo {
	display: block;
	width: 409px;
	height: 220px;
	float: right;
	background: url(../images/logo.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

h2#subtitulo {
	width: 152px;
	height: 40px;
	float: right;
	background: url(../images/subtitulo.gif) 0 0 no-repeat;
	text-indent: -9999px;
}

#vertical_container {
	margin: 20px 0;
}

.accordion_toggle, .enlace_acordeon {
	display: block;
	height: 30px;
	background: #dfdfdf url(../images/accordion_toggle.gif) no-repeat top right;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	outline: none;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	border-bottom: 1px solid #bfbfbf;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle:hover, .enlace_acordeon:hover {
	background-color: #efefef;
}

.accordion_toggle_active {
	background: #888 url(../images/accordion_toggle_active.gif) no-repeat top right;
	color: #ffd85c;
	text-transform: uppercase;
	font: bold 120% 'Andale Mono', sans-serif;
	line-height: 2.2em;
}

.accordion_toggle_active:hover {
	background-color: #888;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
	}
	
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 5px 10px;
	}
	
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 600px;
	background: url(../images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_active {
	background: url(../images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}

.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}

.vertical_accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}

.vertical_accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}

.galeria_img img{
	float: left;
}

.no-background { 
	background-color: transparent !important;
	background-image: none !important;
}

/* formulario  */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

label {
	display: block;
}

input.text, textarea {
	width: 300px;
	font: 12px/12px 'courier new',courier,monospace;
	color: #333;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #ccc;
}

input.submit {
	padding: 2px 5px;
	font: bold 12px/12px verdana,arial,sans-serif;
}

.underline {
	text-decoration: underline;
}

body#galeria #cont {
	width: 100%;
}

body#galeria #cont a img, body#galeria #cont img {
	padding: 10px;
	background: #e8e8e8;
	border: 2px solid #a9a9a9;
}

h3.enlace_acordeon a {
	color: #000;
	text-decoration: none;
}