/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
#mycarousel{
	border:solid 1px #C0C0C0;
	width:430px;			/*O: 428px	*/
	height:200px;
	margin:4px auto;		/*O: 12px	*/
	padding:0;
	background:#F9F9E8;
	margin-bottom:20px;
}
 
#mycarousel ul{
	border:solid 0px black;
	width:415px;
	height:190px;
	display:block;
	margin-top:10px;
	margin-right:10px;			
}
 
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 500px;
	margin:5px auto 0 auto;
	height:260px;
	text-align:left;
	border:solid 0px blue;
}

.jcarousel-list li img,
.jcarousel-item img{
	margin:0 15px 0 0;
	border:solid 1px #333333;
}

.jcarousel-list li h2,
.jcarousel-item h2, 
div#noticias #mycarousel h2
{
	color:#1C5571;
	font-size:13px;
	background:none;
	padding:0;
}




/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-container-horizontal{
    width: 415px;
	margin:5px auto 0 auto;
	height:170px;
	clear:both;
}
.jcarousel-clip-horizontal {
    width: 415px;
	margin:5px auto 0 auto;
	height:170px;
    clear:both;
}


/****/
.navegador{
/*width: 400px; Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
margin:0 10px;
/*padding: 5px 0px 4px 0px;
border: 1px solid #003366;
border-top:none;
background-color:#D9E1E8;
width:280px;
margin-left:5px;*/
}

.navegador a{
padding: 0 0px;
text-decoration: none; 
color: #00007D;
}


.jcarousel-item p{
	margin-bottom:7px;
	text-align: justify;
}



div#contenedor-cuerpo{	
	width:440px;
		
	border:solid 0px #336699;	
	clear:left;
	overflow: hidden; 
	font-size:12px;
	margin:0;
	margin-left:0px;		/*O: 12px		*/
	padding:0;
	/*padding-bottom:1px;	*/
/*	background:#EFEFEF url(../imagenes/comunes/fondo-cuerpo-interno.jpg) repeat-y right 0;*/
	/*background:url(fondo-cu.jpg) repeat-y right 0;*/
	overflow:hidden;
}

div#noticias{
	width:435px;
	border:solid 0px red;	
	
	/*float:left;
	margin:0 auto;
	padding:0;
	margin-left:20px;
	margin-right:5px;*/
	overflow:hidden;
}

.jcarousel-item img.noborder{
	border:none;
}

.jcarousel-item img.nobordersm{
	border:none;
	margin: 0px;	
}

