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

@import url("reset.css");
/* Esto se usa en la validación de los formularios y mensajes de error */
label.error, p.error {
	color: red;
	font-size:0.9em;
}
input.error {
	border: dotted 1px #F00;
}
body {
	font: 12px/150% Arial, Helvetica, sans-serif;
	letter-spacing:0.03em;
	color: #666;
	padding-top:25px;
	border-top:8px solid #009E9E;
}

.clear {
	clear:both;
}
.clearL {
	clear:left;
}

.clearR {
	clear:right;
}

a {
	text-decoration:none;
}

h2 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
}

p {
	margin-bottom:25px;
}

p a {
	color:#009E9E;
}

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

#contenido {
	width:900px;
	margin:0 auto;
	min-height:850px;
}

#contenido h1 {
	text-indent:-6000px;
}

#columna {
	float:left;
	position:fixed;
	width:228px;
	padding-left:13px; /*80px;*/
	*margin-left:-307px;
	_position:static;
	_margin-left:0px;
}

#columna h2 {
	font-size:21px;
	font-weight:normal;
	text-transform:none;
	line-height:28px;
	text-align:center;
	color: #999;
	padding-right:28px;	
}

#columna p {
	margin-top:10px;
	font-size:12px;
	line-height:120%;
}
#columna p strong {
	font-size:12px;
}

#main {
	/*margin-left:308px;*/
	margin-left:242px;
	min-height:300px;
	background-color:#EFEFEF;
	margin-bottom:50px;
	padding:30px;
}

.menu {
	margin-left:242px !important;
	background-color:#DDD !important;	
	height:28px !important;
	border-bottom:1px solid #009999 !important;
}
.sf-arrows .sf-with-ul {
    padding-right: 9px;
}
.sf-navbar li, sf-menu li {
	background:none;
}
.menu ul {
	background-color:#DDD !important;	
}
.menu li {
	display:inline;
}

.menu li a {
	display:block;
	padding:5px 9px !important;
	color:#666666;
	font-weight:bold;
}

.menu li a:hover, .menu li a.pisado {
	background-color:#FFF;
	color:#009E9E;	
}

.submenu {
	width:100%;
	border-top:1px solid #009999 !important;
}

.float {
	float:left;
	width:285px;
	margin-right:25px;
}

.nomargin {
	margin-right:0px;
}

#footer {
	height:40px;
	bottom:0;
	background: #FFF url(../images/footer_bg.png) repeat-x bottom;
	width:100%;
	text-align:center;
}
#footercontent {
	width: 900px;
	margin:0 auto;
}

#footer p {
	width:450px;
	float:left;
	color:#FFF;
	font-size:10px;
	line-height:38px;
	text-align:left;
}

#footer p.label {
	text-align:right;
}

/*------HOME-------*/


#presentacion {
	margin-left:242px;
	margin-bottom:50px;
}

.fotohome {
	margin-top:15px;
}

.titlehome {
	margin:20px 0px 10px;
	font-size:27px;
	color:#999999;
	letter-spacing:0.015em;
}

body#home #presentacion p {
	color:#999;
	margin-bottom:10px;
	font-size:12px;
	letter-spacing:0em;
}

/*---------CONTACTO---------*/

#contacto #main .err {
	color:#C30;
}

#contacto #main p.float {
	float:left;
	width:190px;
}

#contacto #main p label {
	display:block;
	font-weight:bold;
}

#contacto #main input[type=text] {
	background-color:#FEFEFE;
	border:1px solid #BBB;
	height:24px;
	padding:0px 5px;
	width:180px;
}

#contacto #main textarea {
	background-color:#FEFEFE;
	border:1px solid #BBB;
	height:100px;
	padding:10px;
	width:382px;
}

#contacto #main input[type=submit] {
	background-color:#009999;
	border:1px solid #FFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	height:24px;
	padding:0px 7px;
	width:50px;
	color:#FFF;
	cursor:pointer;
}

#contacto #main input[type=submit]:hover {
	background-color:#009977;
}

/*---CONGRESO--*/

.congreso {
	padding-bottom:25px;
	border-bottom:1px solid #333;
	margin-bottom:25px;
	font-size:13px;
}
.congreso a {
	font-size:14px;
}