﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body, html {
	background: #545341 url(../img/background.jpg) repeat-x 0 0;
	font-family: "Trebuchet MS", "Arial", "Verdana";
	font-size: 11px;
	color: #545341;
}
a {
	color: #545341;
}
a:hover {
	text-decoration: underline;
}
textarea, input, select {
	font-family: "Trebuchet MS", "Arial", "Verdana";
	font-size: 11px;
	color: #545341;	
}
#wrapper {
	width: 962px;
	margin: 0 auto;
	z-index: 300;
	position:relative;	
}	
#leftside {
	float: left;
	width: 198px;
	overflow: hidden;
	background: transparent url(../img/shadow-left.png) repeat-y 193px 0px;
}
#mainside {
	margin-left: 198px;
}

/*Menu */
#menu {
	width: 764px;
	height: 77px;
}
#menu ul {
	width: 764px;
	height: 77px;
}
#menu ul li {
	float: left;
}
#menu ul li a {	
	display: block;
	height: 77px;
	background-color: white;
	background-position: top left;
	background-repeat: no-repeat;
}
#menu-presentacion { 
	width: 129px;
	background-image: url(../img/menu-presentacion.jpg);
}
#menu-socios {
	width: 170px;
	background-image: url(../img/menu-socios.jpg);
}
#menu-ceidea {
	width: 151px;
	background-image: url(../img/menu-ceidea.jpg);
}
#menu-enlaces {
	width: 151px;
	background-image: url(../img/menu-enlaces.jpg);
}
#menu-contacto {
	width: 162px;
	background-image: url(../img/menu-contacto.jpg);
}
#menu-presentacion:hover, #menu-presentacion.sel{ 
	background-image: url(../img/menu-presentacion-over.jpg);
}
#menu-socios:hover, #menu-socios.sel {
	background-image: url(../img/menu-socios-over.jpg);
}
#menu-ceidea:hover , #menu-ceidea.sel{
	background-image: url(../img/menu-ceidea-over.jpg);
}
#menu-enlaces:hover, #menu-enlaces.sel {
	background-image: url(../img/menu-enlaces-over.jpg);
}
#menu-contacto:hover, #menu-contacto.sel {
	background-image: url(../img/menu-contacto-over.jpg);
}

#content {
	width: 750px;
	padding-top: 5px;
	margin-top: 20px;
	background: transparent url(../img/shadow-top.png) repeat-x 0 0px;
}
#content-left {
	width: 730px;
	padding: 10px;
	background-color: white;
}
#content-right {
	height: 100%;
	width: 755px;
	margin-top: 0px;
	padding-right: 0px;	
	background: transparent url(../img/shadow-right.png) repeat-y 100% 0;	
}
#shadow-bottom {
	height: 5px;
	margin-left: 5px;
	background: transparent url(../img/shadow-bottom.png) repeat-x 0 100%;	
}
#shadow-top {
	height: 5px;
	margin-left: 5px;	
	background: transparent url(../img/shadow-top.png) repeat-x 0 0;	
}
.content-center {
	margin-top: 10px;
	overflow: hidden;
	border: 1px solid #bdbdbd;
	min-height: 500px;
}
.main-title {
	border-bottom: 1px solid #545341;
	font-size: 18px;
	margin-top: 20px;
	margin-left: 23px;
	text-align: left;	
}
.main-title small {
	font-size: 11px;
}
.main-title2 {
	border-bottom: 1px solid #545341;
	font-size: 18px;
	margin-top: 0px;
	text-align: left;
}
.main-subtitle {
	color: #005d64;
	margin: 12px 0 0px 0 ;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.main-text {
	margin-top: 10px;
	margin-left: 23px;
	text-align: justify;
	width: 435px;
}
.main-images{
	width: 263px;
	overflow: hidden;
}
.main-logos {
	margin-top: 12px;
	width: 254px;
}
.main-text-important {
	margin-left: 23px;
	margin-top: 30px;
	font-size: 30px;
	line-height: 32px;
	text-align: right;
	color: #d4d1a4;
	font-style: italic;
	width: 435px;	
}
.content-center ul li{
	margin-left: 20px;
	margin-top: 15px;
	list-style-image: url(../img/list-point.jpg);
}
#submenu-box {
	margin-bottom: 20px;	
	width: 193px;
	margin-left: 5px;
}
#submenu-left {
	width: 188px;
	background: transparent url(../img/shadow-left.png) repeat-y 0 0;
	padding-left: 5px;	
}
#submenu  {
	width: 178px;
	padding: 0px 0 0px 0px;
	border-top: 10px solid white;
	border-left: 10px solid white;
	border-bottom: 10px solid white;
	background-color: #d4d1a4;
	font-size: 15px;
}
#submenu ul {
	margin-top: 15px;
}
#submenu ul li {
	margin: 6px 0;
	cursor:pointer;
	margin-left: 43px;	
	list-style-image: url(../img/submenu-list.jpg);
}
#submenu li.sel {
	list-style-image: url(../img/submenu-list-over.jpg);
	color: #7d7c61;
}
.left-title {
	border-bottom: 1px solid #545341;
	font-size: 18px;
	margin-top: 5px;
	margin-left: 5px;
}
#login-box {
	margin-left: 35px;	
	margin-bottom: 20px;	
	width: 163px;
}
#login-left {
	width: 158px;
	background: transparent url(../img/shadow-left.png) repeat-y 0 0;
	padding-left: 5px;
}
#login {
	width: 128px;
	padding: 5px 10px 5px 10px;
	border-top: 10px solid white;
	border-left: 10px solid white;
	border-bottom: 10px solid white;
	background-color: #005d64;
	font-size: 13px;
	color: #bdbdbd;
	overflow: hidden;
}
.boton {
	border: 1px solid #bdbdbd;	
	padding: 0 3px;
	color: #bdbdbd;
}
#login input {
	width: 124px;
	margin-bottom: 6px;
}










a {
	text-decoration: none;
}



#footer {
	width: 100%;
	margin-top: -30px;
	height: 76px;
	background: transparent url(../img/footerbackground.jpg) repeat-x 0 0;
	z-index: 10;
	position:relative;
}
#footer-text {
	width: 750px;
	margin: 0 auto;
	font-size: 13px;
	padding-top: 30px;
	padding-left: 0px;
	text-align: right;
}



/* Tools */
.hidden {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.padding10 {
	padding: 10px;
}
.nopaddingbottom {
	padding-bottom: 0px;
}

/* Specials */
.special-index {
	background: transparent url(../photos/index-bottom.jpg) no-repeat bottom left;
	padding-left: 60px;
}
.special-index .news{
	background: transparent url(../img/back_news.jpg) no-repeat 0 3px;
}
.special-index .events{
	background: transparent url(../img/back_events.jpg) no-repeat 0 3px;
}
.special-index  .date{
	font-style: italic;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;	
}
.special-index .box {
	width: 230px;
	height: 225px;
	overflow: hidden;
	float: left;
	margin:20px 0px 0px 35px;
	padding-left: 20px;	
	padding-bottom: 50px;		
	padding-right: 40px;
}

.special-index .box  a{
	font-style: italic;
	font-weight: bold;
	color: #7d7b61;
	font-size: 11px;	
}
.special-index .box  .main-title, .special-index .box  .main-title a{
	padding:0;
	font-style: normal;
	margin:0;
	border:0;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;	
}


.special-ceidea-right{
	width: 252px;
	padding: 0px;
}
.special-ceidea-right .goback{
	display: block;
	width: 242px;
	margin: 0 auto;
	margin-left: 10px;
	padding: 10px 0px;
	text-align:center;
	font-weight: bold;
	background-color: #d4d1a4;
	color: #7d7b61;
	font-size: 14px;
}
.special-ceidea-right .main-title{
	margin-left:0px;
}
.special-ceidea-right .newsright_text{
	margin-left:10px;
	padding-right: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;	
	border-bottom: 1px solid #cacaca;
}
.special-ceidea-right .newsright_text a{
	color: #8f8d6f;
}

.special-ceidea-right .navigation{
	width: 200px;
	text-align: center;
	margin: 10px auto 0 auto;
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;	
}
.special-ceidea-right .navigation .special{
	font-size: 11px;
	font-weight: bold;
}
.special-ceidea-right .newsright_text .date{
	text-transform: none;
	font-weight: normal;
	font-size: 11px;	
}
.special-ceidea-left{
	width: 458px;
}
.special-ceidea-left .news{
	background: transparent url(../img/back_news.jpg) no-repeat 0 3px;
}
.special-ceidea-left .events{
	background: transparent url(../img/back_events.jpg) no-repeat 0 3px;
}

.special-ceidea .box {
	margin:20px 0px 20px 40px;
	padding-left: 20px;	
}
.special-ceidea  .date{
	font-style: italic;
	text-transform: none;
	font-weight: normal;
	font-size: 11px;	
}
.special-ceidea .box  a{
	font-style: italic;
	font-weight: bold;
	color: #7d7b61;
	font-size: 11px;	
}
.special-ceidea .box  .main-title, .special-ceidea .box  .main-title a{
	padding:0;
	margin:0;
	border:0;
	font-style: normal;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;	
}
.special-estructura {
	width: 728px;
	padding-bottom: 50px;
}
.special-estructura img {
	padding-left: 115px;
	position: relative;
	z-index: 20;
	padding-bottom: 15px;
}
.special-estructura .main-text {
	margin-top: -200px;
	width: 480px;	
	position: relative;
	z-index: 300;
}
.special-contact {
	background-color: #e9e8d1;
}
.special-contact-right {
	width: 255px;
	padding-bottom: 20px;
	background-color: white;
}
.special-contact-box {
	width: 240px;
	margin-left: 15px;
	border-bottom:1px solid #dbdbdb;
	overflow: hidden;
}
.special-contact-box-title {
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -33px;
	width: 150px;
	float: left;
	font-size: 12px;
	padding-top: 40px;
	padding-left: 15px;	
}
.special-contact-box-subtitle {
	width: 150px;
	float: left;
	padding-left: 15px;	
}
.special-contact-form {
	margin-top: 10px;
	margin-left: 23px;
	text-align: justify;
	width: 405px;
}

.special-contact-form .boton {
	margin-top: 20px;
	background-color: #72715e;
	color: #e9e8d1;
	font-size: 15px;
	padding: 3px 5px;
}


.special-contact-form input, .special-contact-form textarea{
	width: 380px;
	padding: 5px 10px;
	margin-bottom: 20px;
	font-style: italic;
}
.special-contact-form select {
	width: 403px;
	padding: 5px 10px;
	margin-bottom: 20px;
	font-style: italic;	
}



.modelbox {
	width: 435px;
	margin-left: 23px;
	margin-top: 20px;
}
.modelbox-left {
	background: transparent url(../img/shadow-left.png) repeat-y 0 0;
	padding-left: 5px;
}
.modelbox-right {
	background: transparent url(../img/shadow-right.png) repeat-y 100% 0;
	padding-right: 5px;	
}
.modelbox-top {
	width: 425px;
	height: 5px;
	margin: 0 auto;
	background: transparent url(../img/shadow-top.png) repeat-x 0 0;
}
.modelbox-bottom {
	width: 425px;
	height: 5px;
	margin: 0 auto;
	background: transparent url(../img/shadow-bottom.png) repeat-x 0 100%;
}
.modelbox-content{
	padding: 10px;
}
.modelbox-content-title {
	font-size: 22px;
	background-color:  #545341;
	color: white;
	padding: 10px;
}
.modelbox-content-text {
	background-color: #d4d1a4;
	border: 1px solid #bdbdbd;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	padding: 10px 10px;
	font-weight: bold;
	overflow: hidden;
	height: 100px;
}
.modelbox-content-text-box {
	width: 50%;
	float: left;
}	
.phone, .fax, .mail, .web {
	padding-left: 30px;
	background-repeat: no-repeat;
	height: 22px;
}
.phone {
	background-image: url(../img/phone.jpg);
}
.fax {
	background-image: url(../img/fax.jpg);
}
.mail {
	background-image: url(../img/mail.jpg);
}
.web {
	background-image: url(../img/web.jpg);
}