@import 'main.css';

#principal{
	background-image: url(../img/press_fondo.jpg);
	background-repeat:no-repeat;
	top: 0px;
	height: 781px;
}

/*******************/
/* ESTILOS GALERĶA */
/*******************/
#panel_gallery {
	position:relative;
	float: left;
	top: 0px;
	margin-left: 213px;
	width:503px;
	height:781px;
	background: url(../img/press_panel_fondo_galeria.png) no-repeat top left;
	color:#FFFFFF;
	padding-top: 17px;
	padding-bottom: 15px;
	padding-left: 24px;
}
#gallery {
	position: relative;
}
#galleryContainer {
	position: relative;
}
#preloader{
	position:relative;
	width:200px;
	top:75px;
	text-align:center;
	font-size:16pt;
	background: url(../img/preloader.gif) no-repeat bottom center;
	padding-bottom:75px;
	margin-left: auto;
	margin-right: auto;
}

.usual {
	position:relative;
	width:455px;
	height: 20px;
	padding: 0px;
	margin-bottom:4px;
	left:0px;
	display: none;
}
.usual ul {
	position: relative;
	margin-left: 0px!important;
	padding: 0px!important;
}
.usual ul a {
	/*display:block; : esto provocaba el fallo del padding al hacer click*/
	position:relative; /*Necesario para que IE muestre bien los padding*/
	height: 19px;
	text-decoration:none!important;
	padding:4px 10px;
	margin-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-transform:uppercase;
	background:url(img/fondo_tab.gif);
	background-position:bottom;
	background-repeat: repeat-x;
}
.usual ul a:first-letter {
	font-size:14px;
}
.usual li { 
	position: relative;
	list-style:none; 
	float:left;
	margin-left: 0px;
	padding: 0px;
	left: 0px;
}
.usual ul a:hover {
	color:#CCCCCC;
}
.usual ul a.selected {
	color:#000000;
	background:#FFFFFF;
	cursor:default;
}

.usual .tab {
	overflow: hidden;
	height: 121px;
	width: 455px;
	clear:left;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.usual #capa_thumbnails {
	overflow:hidden;
	display:inline;
	height: 121px;
}
.usual #capa_thumbnails #left-arrow{
	position: relative;
	z-index: 100;
	float: left;
	width: 14px;
	height: 121px;
	background-image: url(../img/left-arrow-press.gif);
	cursor:pointer;
}
.usual #capa_thumbnails #right-arrow{
	position: relative;
	z-index: 101;
	float: right;
	width: 14px;
	height: 121px;
	background-image: url(../img/right-arrow-press.gif);
	cursor:pointer;
}
.usual #capa_thumbnails #img_scroll {
	position:relative;
	display:block;
	z-index: 90;
	top: 0px;
	left: 0px;
	height: 121px;
	width: 10000px;
}
.usual #capa_thumbnails #img_scroll a{
	position: relative;
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.carousel{
	position:relative;
	list-style:none;
	padding:0px;
	margin:0px;
}

.carousel li{
	position:relative;
	float:left;
	margin-right:10px;
}
.carousel li a{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color:#000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#fullSize {
	position: relative;
	left: 0px;
	margin-top: 18px;
	clear:left;
	width:455px;
	height: 547px;
}

#fullSize img{
	position:relative;
}

.fullsizeView{
	position: relative;
	
	width:455px;
	height: 547px;
	top:0px;
	left:0px;
}
.fullsizeView img {
	margin-left: auto;
	margin-right: auto;
}
.fullsizeImage1{
	position:absolute !important;
	
	top:0px;
	left:0px;
	z-index:2;
}

.fullsizeImage2{
	position:absolute !important;
	top:0px;
	left:0px;
	z-index:1;
}
.titulo_fullsize_image {
	position: relative;
	width: 455px;
	top: 560px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
}
.fullsize_view_article {
	position: relative;
	width: 455px;
	top: 560px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
}
.fullsize_view_article a{
	color:#FFFFFF;
	text-decoration:none;
}
.fullsize_view_article a:hover{
	text-decoration: underline;
}
#panel_offices {
	position:relative;
	top: 0px;
	margin-left:705px;
	width:254px;
	height:781px;
	padding: 0px;
	background: url(../img/press_rrpp_panel.png) no-repeat top left;
	color:#FFFFFF;
}
#rrpp_offices {
	position: relative;
	left: -10px;
	top: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 240px;
}
#rrpp_offices h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-transform: uppercase;
	margin-top:0px;
	margin-bottom: 15px;
}
#rrpp_offices a{
	color:#FFFFFF;
	text-decoration: none;
}
#rrpp_offices a:hover{
	text-decoration: underline;
}
#rrpp_offices #separador{
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	background-color: #FFFFFF;
}