@charset "utf-8";
/* CSS Document */

body{

   margin:0;
    padding:0;
    font-family:sans-serif;
	background-image: url("images/fondoportal.jpg");
	background-size: 100% 100%;

}

table caption{

    background: #708090;
    color:#fff;
    font-weight: bold;
    padding:5px;
	border-radius:5px;

}

.imagen{
	
	float:right;
	border-radius:5px;
}

.texto{
	
	background:#CCC;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.texto:hover{
	
	background-color:#87CEEB;
	
}

.texto2{
	
	background:#CCC;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.texto2:hover{
	
	background-color:#87CEEB;
}