/*
Theme Name: IUS
Theme URI: http://www.alfonsogracia.com/
Description: Beta 01 <a href="http://www.alfonsogracia.com/">Alfonso</a>.
Version: 0.1
Author: Alfonso Gracia
Author URI: http://www.alfonsogracia.com
Tags: beta

	AG 01
	 http://www.alfonsogracia.com


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

#slidearea{
	height: 250px; 
	overflow: hidden;
	position: relative; 
	/*background:  url(bgpantalla.jpg) repeat-x; #b74c4c;*/
}

#pantalla{
	width:350px;
	height:200px;
	overflow:hidden;
	position:absolute;
	top:25px;
	right:30px;
	/*background: blue;*/
	z-index:10;
}


#portada {

	position:absolute;
	/*left: 50px;*/
	height:250px;
	/*width: 455px;*/
}

.portadaimg {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	height:200px;
	width: 350px;
}

.gallery ul {
	position:relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
.gallery li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
.gallery img{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	height:200px;
	width: 350px;
}


#noticiatext{
	width:415px;
	height:210px;
	overflow:hidden;
	position:absolute;
	top:15px;
	left:20px;
	
}

#portadatext {

	position:absolute;
	/*left: 50px;*/
	/*height:170px;*/
	width: 415px;
}

.gallerytext ul {
	position:relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
.gallerytext li {
	float: left;
	list-style: none;
	height:210px;
	width:415px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #494949;
	}

.gallerytext h3 {
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	color: green; /* */
	font-size:20px;	/* */
	}
.gallerytext h3 a{
	color: #DF0022; /* */
	}
.gallerytext h3 a:hover {
	/*margin: 0px 0px 20px 0px;*/
	text-decoration: none;
	color: #7e3476; /* */
	font-size:20px;	/* */
	}
.gallerytext p {
	margin: 0px 0px 10px 0px;
	}
.gallerytext span {
	margin: 0px 0px 0px 0px;
	color: #323232;
	font-size:12px;
	}

.prev{
	position:absolute;
	bottom:25px;
	left:445px;
	width:21px;
	height:20px;
	background: green;
	
}
.next{
	position:absolute;
	bottom:25px;
	left:475px;
		width:21px;
		height:20px;
		background: green;
}