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

body{margin:0px;; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
a{text-decoration:none; font-size:11px; color:#333}

.green{color:#99CC33;}
.red{color:#cc0000;}

h1{color:#cc0000; font-size:36px; font-family:Verdana, Arial, Helvetica, sans-serif}

table, tr, td{font-size:11px}
select{font-size:12px; width:300px; background:#fff; border:#ccc 1px solid;}
input{background:#fff; border:#ccc 1px solid; font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;}
input.button{cursor:pointer;  font-size:11px;font-family:Verdana, Arial, Helvetica, sans-serif;}
input.button:hover{color:#99CC33}
textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; background:#fff; border:#ccc 1px solid;}

/* INDEX */
#index{width:800px;}
#index .menu {margin-top:10px;}
#index .menu a{font-size:11px; color:#333333;text-decoration:none}
#index .menu a:hover{font-size:11px; color:#99CC33;}


.menuInt{width:100%; margin-bottom:20px; text-align:center;}
.menuInt a:hover{text-decoration:underline;}

.contents{width:800px;float:left; background:#FFCCFF;}
.novedad {width:300px; height:300px; text-align:center; margin:10px; float:left;}

#bio{margin:10px; padding-left:20px; width:530px; height:550px;}
.scroll-pane{height:580px; background:#fff;margin-left:20px; width:auto;}

.carousel{float:left; width:550px;; height:100%; background:#fff; margin-left:20px;}

label.error {float:left; width:100%; display: inline; font-size:10px; color:red;}

