/* CSS Document */

@import url("top.css");
@import url("footer.css");
@import url("form.css");

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	background:url(/images/bg_body.jpg);
}

#page {
	width:775px;
	margin:0 auto;
}

#publi {
	width: 758px;
	margin: 0 0 0 8px;
	background-color: #CAF99B;
}

#wrapper {
	width:775px;
	float:left;
	clear:both;
	background:url(/images/bg_wrapper.jpg) repeat-y left top;
}

#sidebar {
	float:left;
	width: 130px;
	/*margin:0 10px !important;*/
	margin:0 5px 0 15px;	
}

#content {
	margin: 15px;
	float:left;
	width:570px;
	font-size:1.2em;
	color:gray;
}

#content p {
	margin-top:10px;
}

#content p a {
	margin:10px 0 0 25px;
	color: #07AD20;
	text-decoration: none;
}

#content ol {
	margin: 10px 5px 10px 25px;
}

#content ol li {
	margin-top: 5px;
}

a.link {
	display: block;
	clear: both;
	width: 190px;
	margin: 160px 0 0 185px;
	padding: 4px;
	text-decoration: none;
	text-align: center;
	font-size: 1.3em;
	color: black;
	background-color: #A4EEC1;
}

a.link:hover{
	color: white;
	background-color: #4BA02D;
}

a.links_idioma {
	margin: 0 0 0 5px;	
	text-decoration: none;
}

#links_idioma {
	width: 770px;
	margin: 10px auto;
	text-align: center;
}

#logotipos ul {	
	list-style: none;
	margin: 20px 0;
}

#logotipos li {
	list-style:none;
	float: left;
	width: 550px;
}

#logos_home li {
	list-style:none;
	float: left;
	margin: 30px 0 0 50px !important;
	margin: 30px 0 0 25px;
}

#logotipos li h3 {
	padding: 1px 8px;
	margin-top: 15px;
	background: #F0F0F0;
}

#logotipos ul li {
	float:left;
	width:112px;
	/*height: 175px;*/
	padding:5px;
	border:1px solid #A7D3A7;
	margin:0 5px;
}

#logotipos ul li img {
	display: block;
	margin: 0 auto;
}

#logotipos ul li div{
	display: table-cell;
	height: 140px !important;
	line-height: 140px !important;
	height: 137px;
	line-height: 137px;
	text-align:center;
	vertical-align: middle;
	width: 110px;
}

#logotipos ul li a {
	text-decoration:none;
	display:block;
	margin:3px 0 0 15px;
	padding: 3px;
	color:gray;
	font-size:.9em;	
}
#logotipos ul li a.thickbox {
	padding-left: 18px; 
	background: url(/images/ico_enlarge.jpg) no-repeat left 2px !important;
	background: url(/images/ico_enlarge.jpg) no-repeat left 4px;
}
#logotipos ul li a.download {
	padding-left: 18px; 
	background: url(/images/ico_download.jpg) no-repeat left 2px !important;
	background: url(/images/ico_download.jpg) no-repeat left 4px;
}

#logotipos ul li a:hover {
	color:#333;
}

#logotipos ul li img{
	border:none;
	vertical-align:middle;
}