

article
{
display : inline-block;
border : 3px outset black;
border-radius : 8px;
width : 720px;
background-color : white;
vertical-align : top;
margin-left : 20px;
padding : 10px 10px 30px 15px;
color : black;
text-align : center;
overflow : auto;
height : 830px;
}

#comite
{
border : outset 2px rgb(81,218,140);
background-color : rgb(181,208,160);
padding : 3px;
text-align : center;
color : white;
border-radius : 5px;
width : 220px;
margin : auto;
font-size : 17px;
-webkit-transition-property : width, font-size, color;
-webkit-transition-duration : 400ms;
-webkit-transition-delay : 50ms;
-moz-transition-property : width, font-size, color;
-moz-transition-duration : 400ms;
-moz-transition-delay : 50ms;
margin-top : 15px;
}

#comite:hover
{
box-shadow:0 0 30px rgba(81,218,140,0.9);
color : black;
font-size : 20px;
width : 250px;
font-weight : bold;
}

caption 
{
font-size : 19px;
color : red;
padding-top : 15px;
padding-bottom : 15px;
font-weight : bold;
text-decoration : underline;
}

table , tr , td, th
{
border : 1px black solid;
border-collapse : collapse;
border-radius : 2px;
}

article h1
{
font-size : 25px;
color : red;
text-align : center;
font-weight : bold;
text-shadow : 0 0 2px black;
}

article h3
{
color : blue;
text-decoration : underline;
font-weight : bold;
}

article .prof
{
font-weight : bold;
padding-left : 8px;
}

article li
{
list-style-image : url('prof.gif');
padding-left : 2px;
color : black;
font-style : none;
}
