﻿/* index */
#index {
	font-family:arial,helvetica,sans-serif;
	background-image:url('../images/degradeBack.jpg');
	background-color:#ffffff;
	background-repeat:repeat-x;
}

#index #wrap {
	position: relative;
}
#index #wrap h1 {
	text-indent:-99999px;
	position: absolute;
	left: -99999px;
}
#index #wrap p {
	position: absolute;
	top: 320px; left: 150px;
	color:#fff;
	font-size:13px;
	text-align:center;
	width:480px;
}
	#index #wrap p a.entrar {
		background:url(../images/ingresar.jpg);
		display:block;
		width:116px; height:38px;
		line-height:38px;
		margin:40px auto 0;
		text-transform:uppercase;
		color:#fff;
		font-weight:bold;
		
	}
#index #wrap {
	margin: 50px auto 10px;
	background-image:url(../images/index.jpg);
	background-repeat:no-repeat;
	width:723px;
	height:447px;
	position: relative;
	padding: 60px 30px 0 15px;
}
#index #footer {
	color:#676767;
	font-size:10px;
	width:760px;
	text-align:center;
	margin: 0 auto;
}
 
#index #footer span {
	color:#ffffff;
}

/* home */
#home {
	font-family:arial,helvetica,sans-serif;
	background-image:url('../images/degradeBack.jpg');
	background-color:#2e619a;
	background-repeat:repeat-x;
}

#home #wrap h1 {
	text-indent:-99999px;
	width:311px;
	height:92px;
	background-image:url('../images/logo.jpg');
}

#home #wrap {
	margin: 50px auto 10px;
	background-image:url('../images/back.jpg');
	background-repeat:no-repeat;
	width:723px;
	height:510px;
	position: relative;
	padding: 0 30px 0 15px;
}

#home #wrap #banner, #home #wrap img , #content {
	float:left;
	height:238px;
	width:460px;
	margin-top:10px;
	margin-bottom:20px;
}

#content {
	color:#ffffff;
	font-size:12px;
	line-height:18px;
	padding:0px 0 0 20px;
	height:240px;
	overflow:auto;
	}
	
	
#content ul li{
	margin-left:10px;}
	
#content span{
	font-weight:bold;}

#home #menu {
	width:228px;
	height:auto;
	background:#9ac3ee;
	float:left;
	margin:10px 7px 0 3px;
}

#home #menu h3 a{
	text-indent:5px;
	display:block;
	font-size:12px;
	color:#104682;
	border-bottom:1px dashed #104682;
	padding:4px 0;
}

#home #menu h3 a:hover{
	text-align:right;
	background:#3776b9;
	padding-right:7px;
	color:#ffffff;
}

#home .noDesplegable{
	height:1px !important;
}

.active{
	font-weight:bold;
	background:#fff;
}

#home .desplegable {
	text-align:right;
	font-size:12px;
	line-height:20px;
	padding:5px;
	background:#d1e0ef;
}

#home #menu .desplegable a {
	color:#0f4782;
}

#home #menu .desplegable a:hover {
	color:#000000;
}


#home #menu div a{
	color: #2f2502;
}

#home #novedades {
	width:710px;
	margin:20px;
	clear: both;
}
	
#home #novedades h2 span{
	font-size:15px;
	color:#43c6fc;
	font-weight:bold;
}

#home #novedades p {
	width:200px;
	text-align:justify;
	margin:10px 15px;
	float:left;
	font-size:12px;
	color:#fff;
}
#home #novedades p a, #home #novedades p span{
	display:block;
	font-size:11px;
	color:#000;
	float:right;
	margin-top:10px;
}

#home #novedades p a:hover{
	color:#ffffff;
}

#home #novedades p span{
	float:left;
}


#home #footer {
	color:#676767;
	font-size:10px;
	width:760px;
	text-align:center;
	margin: 0 auto;
}

#home #footer span {
	color:#ffffff;
}

#subMenu{
	position:absolute;
	top:15px;
	right:30px;
	width:300px;
	height:80px;
	text-align: right;
	z-index: 5000;
}
	
#subMenu p a{
	color:#ffffff;
	font-weight:bold;
	font-size:11px;}
	
#subMenu p a:hover{
	text-decoration:underline;}
	
#content {
	position: relative;
	z-index: 4999;
}	
	
#content h3 {
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	padding-bottom: 5px;
	}
	
#content h4 {
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 5px;
	}
	
#content ul li a, #content p a{
	color: #ffffff;
	text-decoration: none;
	}
	
#content ul li a:hover, #content p a:hover{
	text-decoration: underline;
	}
	
#content table#socios tr {
	padding: 2px;
	}
	
#content table#socios tr:hover {
	background: #fff;
	color:#0f4782;
	}
	
#content table#socios tr td.enc {
	font-weight:bold;
	background:#9ac3ee;
	color:#0f4782;
	padding:3px;
	}
#content form#contacto {
	font-family: Arial, Verdana, Helvetica;
}

#content form#contacto li {
	position:relative;
	padding: 0 0 8px 60px;
}
#content form#contacto label {
	position:absolute;
	left:0
}
#content form#contacto textarea.textarea, 
#content form#contacto input.text {
	border: 1px solid #3976b7;
	background: transparent;
	color: #fff;
	width:200px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
}
#content form#contacto textarea.textarea {
	height:70px;
}
#content form#contacto input.submit {
	border: 0;
	color: #000;
	cursor: pointer;
	background: #54a0ef;
	padding: 5px;
	font-weight: bold;
}
#content form#contacto input.submit:hover {
	color: #fff;
}

#content ul.novedades li {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #fff;
}
	#content ul.novedades li h4 {
		text-decoration: none;
		padding-bottom: 0;
	}	
	#content ul.novedades li p.date {
		color: #c9def9;
		font-size: 10px;
		margin: 0;
	}
	
#content ul.sitemap {
	margin: 0 0 15px 0;
}
	#content ul.sitemap li em {
		font-style: italic;
	}
	#content ul.sitemap li a, #content ul.sitemap li strong {
		font-weight: bold;
		margin: 0 0 0 10px
	}
	
#content a#marcasVenta {
	font-size: 13px;
	font-weight: bold;
	background: url(../images/icon-word.png) no-repeat;
	padding: 8px 0 8px 40px;
}	
#content a#marcasVenta:hover {
	color: #43c6fc;
}		

#content ul.info li {
	list-style: disc;
	padding: 0 0 3px;
}	
	#content ul.info li a {
		font-size: 13px;
		font-weight: bold;
		color: #43c6fc;
	}	
	#content ul.info li a:hover {
		color: #fff;
		
	}	
	
	
	
