.clear {
	clear:both;	
}

.int {
	width:95%;
	height:auto;
	margin:auto
}

.cabecera {
	width:100%;
	height:30px;
	line-height:30px;
	background-color:#eeedec;
	color:#666;
	font-weight:bold;
	font-size:0.8em;
	margin-bottom:5px;
}
.cabecera span {
	margin-left:10px;	
}

.navegacion {
	margin:0px;
	padding:0px;
	list-style:none
}

.navegacion li {
	width:100%;
	height:18px;
	line-height:18px;
}

.navegacion li a {
	color:#666;
	font-size:0.9em;
	text-decoration:none;
	margin-left:8px;
}
.navegacion li a:hover {
	text-decoration:underline	
}







/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 530px; /* Set to gallery width, in px or percentage */
height: 130px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */




h1 {
	font-size:1.8em;
	color:#cf006f;
}

a.texto {
	color:#666;
	text-decoration:none;	
}

a.texto:hover {
	text-decoration:underline;	
}
