@charset "UTF-8";
/* CSS Document */

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/

.theme-default #slider {
    margin:125px auto 0 auto;
    width:759px; /* Make sure your images are the same size */
    height:405px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:125px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

body{
	background-color:#f0f0f0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	 margin:0;
      padding:0;
      height:100%;
	  width:100%;
      border:none
}

#menu{
	width:205px;
	height:295px;
	margin:125px 10px 10px 30px;
	padding:0;
}

#menu a, #menu a:visited, #menu a:active{
	font-size:24px;
	color:#000;
	text-decoration:none;
}

#menu a:hover, #menu ul li a:hover{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#menu ul{
	list-style:none;
	margin:10px 0 10px 5px;
	padding:0;
}

#menu ul li a, #menu ul li a:visited, #menu ul li a:active{
	font-size:18px;
	color:#000;
	text-decoration:none;
}

#info{
	width:205px;
	height:130px;
	margin:0 0 0 30px;

}

/*CONTENIDO*/

#container{
	width:776px;
	height:100%;
	margin:0 auto 100px auto;
	padding:0;
}

#header{
	width:759px;
	height:105px;
	margin:10px 0 10px 10px;
}

#header h1{
	font-size:36px;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:24px;
	text-transform:uppercase;
}

#header h2{
	font-size:28px;
	font-weight:bold;
	margin:0;
	padding:0;
}

#header h3{
	font-size:18px;
	font-weight:normal;
	font-style:italic;
	margin:0;
	padding:0;
}

#header a, #header a:active, #header a:visited{
	color:#000;
	text-decoration:none;
}
#header a:hover{
	text-decoration:underline;
}

#main{
	width:759px;
	height:365px;
	margin:0 0 10px 10px;
}

#footer1{
	width:530px;
	height:90px;
	margin:0 10px 0 10px;
	float:left;
}

#footer1 p{
	padding:0;
	margin:0;;
}

#footer1 a, #footer1 a:visited, #footer1 a:active{
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

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

#footer2{
	width:216px;
	height:90px;
	margin:0;
	float:left;
}

#footer2 a, #footer2 a:visited, #footer2 a:active{
	font-weight:bold;
	font-size:16px;
	color:#000;
	text-decoration:none;
}

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

form{
	width:90%;
	float:left;
}
.formulario{
background:#000;
color:#fff;
border:0;
margin:0 0 5px 0;
padding:5px;
width:100%;
}

.enviar{
	display:block;
	background:#f0f0f0;
	color:#000;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	border:solid 1px #000;
