.fotos{
margin:auto;
min-width:50px;
display: table;
}

/*configuramos caracteristicas especificas par esta pagina*/


/* set up the overall width of the menu div, the font and the margins with a relative position*/

.menu2 {
font-family: verdana, arial, sans-serif; 
width:632px; 
margin:0; 
position:relative;
z-index:90;
/*border:1px solid #0f0;*/
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
.menu2 ul table {border-collapse:collapse; margin:-1px -10px; font-size:1em;}
/* float the list so that the items are in a line */
.menu2 ul li {
float:left; 
}
/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:auto; /* 125px */
min-width:70px;/*75px*/
padding:2px 4px;
height:30px; line-height:30px; 
border:1px solid #fff;
border-width:1px 1px 0 0;
/*background:#c9c9a7;*/ 
color:#000;
background: #FFE25F;
font: small-caps bolder 11px sans-serif;
}
#caja-contenidos .menu2 ul li.inicio a ,#caja-contenidos  .menu2 ul li.inicio a:visited,#caja-contenidos .menu2 ul li.inicio ul li,#caja-contenidos  .menu2 ul li.inicio ul li {
text-align:center;
}
/* make the dropdown ul invisible */
#caja-contenidos .menu2 ul li ul {
position:absolute; left:-9999px; height:0;text-align:center;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
#caja-contenidos .menu2 ul li a:hover,#caja-contenidos  .menu2 ul li:hover a {
color:#fff; 
background:#ffcc33;
}
#caja-contenidos .menu2 ul li a:hover p,#caja-contenidos  .menu2 ul li:hover a p{
color:#000; 
/*background:#ffcc33;*/
}
/* make the sub menu ul visible and position it beneath the first list item */
#caja-contenidos .menu2 ul :hover ul,#caja-contenidos .menu2 ul .inicio  ul{
top:30px; 
left:0;
height:auto;
text-align:center;
background:#fff;
}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
#caja-contenidos .menu2 ul :hover ul li,#caja-contenidos  .menu2 ul .inicio ul li {
/*background:#eee;*/ 
background: #ffff;
/*color:#000;*/
padding:0px;
width:632px;
text-align:center;
/*border:1px solid #f00;*/
}


/*float the image left with padding and no border */
#caja-contenidos .menu2 ul :hover ul li img,#caja-contenidos  .menu2 ul .inicio ul li img  {
/*float:left;*/
margin:5px; 
padding:5px 5px 5px 0; 
border:0px;
}
/* style the paragraph font height */
#caja-contenidos .menu2 ul ul li p {

font: normal 12px sans-serif;
padding: 4px;
}
/* style the background and foreground color of the submenu links */
#caja-contenidos .menu2 ul :hover ul li a {
display:inline;
background:#eee;
color:#c00;
text-decoration:underline;
border:0;
line-height:1.8em;
text-align:center;
}
/* style the background and forground colors of the links on hover */
#caja-contenidos .menu2 ul :hover ul li a:hover {
text-decoration:none; 
color:#000;
}
